mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 23:10:41 -08:00
Fix: Tabs on bottom - Show windows control at fullscreen
This commit is contained in:
parent
4b38530e37
commit
2de453e706
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue