File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 269269 border-top-color : var (--border-control );
270270}
271271
272+ .workspace-tab : has (.workspace-tab__name-input ) {
273+ position : relative;
274+ z-index : 3 ;
275+ }
276+
272277.workspace-tabs-strip : has (> .workspace-tab : nth-child (n + 7)) > .workspace-tab {
273278 min-width : 148px ;
274279}
329334
330335.workspace-tab__name-input {
331336 width : min (320px , 52vw );
332- border : 1px solid var (--border-control );
337+ border : 1px solid var (--border-strong );
333338 border-radius : 8px ;
334- background : var (--surface-select );
339+ background : var (--surface-select-option );
335340 color : var (--select-text );
336341 padding : 3px 8px ;
337342 font : inherit;
@@ -590,3 +595,10 @@ textarea:focus {
590595 min-height : min (360px , var (--mobile-editor-max-height ));
591596 }
592597}
598+
599+ @media (width <= 640px) {
600+ .workspace-tab {
601+ flex : 0 0 auto;
602+ min-width : 148px ;
603+ }
604+ }
You can’t perform that action at this time.
0 commit comments