selected_tab_as_urlbar: Make selected tab grow more than other tabs

pull/299/head
MrOtherGuy 1 year ago
parent c585f70528
commit 337c8d05ef

@ -37,7 +37,11 @@ See the above repository for updates as well as full license text. */
transform: translateX(-50%) !important;
}
.tabbrowser-tab[selected][fadein]{ max-width: 100vw !important; min-width: 200px !important }
.tabbrowser-tab[selected][fadein]{
max-width: 100vw !important;
min-width: 200px !important;
flex-grow: 300 !important;
}
#navigator-toolbox:focus-within .tabbrowser-tab[selected] .tab-content{
opacity: 0;

Loading…
Cancel
Save