Fix: Tabs on bottom - Show windows control at fullscreen

This commit is contained in:
alstjr7375 2022-03-23 10:24:51 +09:00
parent 4b38530e37
commit 2de453e706
2 changed files with 4 additions and 4 deletions

View file

@ -97,8 +97,8 @@ See the above repository for updates as well as full license text. */
--uc-window-drag-space-pre: 0px; /* Remove pre space */
}
:root[sizemode="fullscreen"] .titlebar-buttonbox-container {
display: none !important;
:root[sizemode="fullscreen"] #navigator-toolbox:not(:hover) .titlebar-buttonbox-container {
visibility: hidden;
}
:root[sizemode="fullscreen"] #window-controls {
position: fixed;

View file

@ -3615,8 +3615,8 @@
/* Remove pre space */
}
:root[sizemode="fullscreen"] .titlebar-buttonbox-container {
display: none !important;
:root[sizemode="fullscreen"] #navigator-toolbox:not(:hover) .titlebar-buttonbox-container {
visibility: hidden;
}
:root[sizemode="fullscreen"] #window-controls {