handle fullscreen mode better

This commit is contained in:
MrOtherGuy
2021-05-15 12:13:32 +03:00
parent 0095829d1d
commit 6f24a1443f
6 changed files with 21 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ See the above repository for updates as well as full license text. */
/* Makes tabs toolbar items zero-height initially and sets enlarge them to fill up space equal to tab-min-height set on tabs. Optionally use privatemode_indicator_as_menu_button.css to replace main menu icon with private browsing indicator while tabs are hidden. */
/* Firefox 65+ only */
:root[sizemode="normal"] #nav-bar{ --uc-window-drag-space-width: 20px }
#titlebar{ -moz-appearance: none !important; }
@@ -53,6 +54,6 @@ See the above repository for updates as well as full license text. */
:root[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive]{
transition: height 0ms steps(1) 80ms;
}
#nav-bar{
:where(#nav-bar){
border-inline: var(--uc-window-drag-space-width) solid var(--toolbar-bgcolor);
}