(no title)
avnigo | 2 years ago
#main-window #TabsToolbar {
height: 40px !important;
overflow: hidden;
transition: height 0.2s ease-in 0s !important;
}
#main-window[titlepreface*=" "] #TabsToolbar {
height: 0 !important;
min-height: 0 !important;
}
#main-window[titlepreface*=" "] #tabbrowser-tabs {
position: fixed;
z-index: 0 !important;
}
#main-window[titlepreface*=" "] .tab-stack {
visibility: hidden;
}
#main-window[titlepreface*=" "] #toolbar {
min-height: 0;
}
#main-window[titlepreface*=" "] #sidebar-header {
visibility: hidden;
height: 0px;
padding: 0px !important;
border: 0px !important;
}
#main-window[titlepreface*=" "] #titlebar {
visibility: hidden;
height: 0px;
}
To make it work only when Sidebery is open, make sure you add a preface value in the Sidebery settings and use the same value in the css above; in my case I just use an invisible character. Couple it with Ctrl-E keybind to toggle the Sidebery panel, and it's been a big quality of life improvement for me.
No comments yet.