tabs on bottom: show window controls in nav-bar when menubar is collapsed
Fixes #589
This commit is contained in:
@@ -24,7 +24,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
:root[sizemode="fullscreen"] #nav-bar > .titlebar-buttonbox-container{
|
:root[sizemode="fullscreen"] #nav-bar > .titlebar-buttonbox-container{
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
:root[customtitlebar] #toolbar-menubar:is([autohide=""],[autohide="true"]) ~ #nav-bar{
|
:root[customtitlebar] #toolbar-menubar:is([autohide=""],[autohide="true"],[collapsed]) ~ #nav-bar{
|
||||||
> .titlebar-buttonbox-container{
|
> .titlebar-buttonbox-container{
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user