diff --git a/dynamic_native_tabs.css b/dynamic_native_tabs.css index c876959..eb951e2 100644 --- a/dynamic_native_tabs.css +++ b/dynamic_native_tabs.css @@ -1,23 +1,23 @@ -#main-window #titlebar { +#main-window .toolbar-items { overflow: hidden; transition: height 0.3s 0.3s !important; } /* Default state: Set initial height to enable animation */ -#main-window #titlebar { +#main-window .toolbar-items { height: 3em !important; } -#main-window[uidensity="touch"] #titlebar { +#main-window[uidensity="touch"] .toolbar-items { height: 3.35em !important; } -#main-window[uidensity="compact"] #titlebar { +#main-window[uidensity="compact"] .toolbar-items { height: 2.7em !important; } /* Hidden state: Hide native tabs strip */ -#main-window[titlepreface*="​"] #titlebar { +#main-window[titlepreface*="​"] .toolbar-items { height: 0 !important; }