File tree Expand file tree Collapse file tree
app/src/components/session Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ export function SortableTab(props: { tab: string; onTabClose: (tab: string) => v
3737 return < FileVisual path = { value } />
3838 } )
3939 return (
40- < div use :sortable classList = { { "h-full" : true , "opacity-0" : sortable . isActiveDraggable } } >
41- < div class = "relative h-full " >
40+ < div use :sortable class = "h-full flex items-center" classList = { { "opacity-0" : sortable . isActiveDraggable } } >
41+ < div class = "relative" >
4242 < Tabs . Trigger
4343 value = { props . tab }
4444 closeButton = {
Original file line number Diff line number Diff line change 171171
172172 [data-slot = "tabs-trigger-wrapper" ] {
173173 height : var (--tabs-compact-pill-height );
174- margin-block : calc (( var ( --tabs-bar-height ) - var ( --tabs-compact-pill-height )) / 2 ) ;
174+ margin-block : 0 ;
175175 max-width : 320px ;
176176 padding-inline : var (--tabs-compact-pill-padding-x );
177177 box-sizing : border-box;
You can’t perform that action at this time.
0 commit comments