You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
370 B
CSS
16 lines
370 B
CSS
4 months ago
|
/*
|
||
|
=== managed by silo ===
|
||
|
*/
|
||
|
|
||
|
#main-window #titlebar {
|
||
|
overflow: hidden;
|
||
|
transition: height 0.3s 0.3s !important;
|
||
|
}
|
||
|
|
||
|
/* Hidden state: Hide native tabs strip */
|
||
|
#main-window[titlepreface*=" "] #titlebar { height: 0 !important; }
|
||
|
|
||
|
/* Hidden state: Fix z-index of active pinned tabs */
|
||
|
#main-window[titlepreface*=" "] #tabbrowser-tabs { z-index: 0 !important; }
|
||
|
|