new file
This commit is contained in:
parent
5a3115fd1a
commit
20d31ff46b
1 changed files with 10 additions and 0 deletions
10
chrome/autohide_tabstoolbar.css
Normal file
10
chrome/autohide_tabstoolbar.css
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
/* Hide tabs unless cursor is on top of toolbar */
|
||||||
|
/* This does not support multi-row tabs */
|
||||||
|
|
||||||
|
:root:not([customizing]) #titlebar{
|
||||||
|
margin-bottom: calc(0px - var(--tab-min-height));
|
||||||
|
transition: margin-bottom 48ms ease-out;
|
||||||
|
}
|
||||||
|
#TabsToolbar:not([customizing]){ visibility: hidden; }
|
||||||
|
#navigator-toolbox:hover > #titlebar{ margin-bottom: 0; }
|
||||||
|
#navigator-toolbox:hover > #titlebar > #TabsToolbar{ visibility: visible; }
|
Loading…
Reference in a new issue