mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-03 05:50:57 -08:00
Fix: Auto Hide - Hide tabbar size conditional
This commit is contained in:
parent
692380ce07
commit
5c6640bf20
2 changed files with 7 additions and 3 deletions
|
|
@ -5822,8 +5822,10 @@
|
|||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.autohide.tabbar") or -moz-bool-pref("userChrome.tab.one_liner") {
|
||||
#navigator-toolbox:hover {
|
||||
--uc-toolbar-height: var(--uc-tabbar-height);
|
||||
@supports -moz-bool-pref("userChrome.autohide.tabbar") or -moz-bool-pref("userChrome.autohide.navbar") {
|
||||
#navigator-toolbox:hover {
|
||||
--uc-toolbar-height: var(--uc-tabbar-height);
|
||||
}
|
||||
}
|
||||
@supports not -moz-bool-pref("userChrome.autohide.navbar") {
|
||||
@supports -moz-bool-pref("userChrome.autohide.bookmarkbar") {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,9 @@
|
|||
|
||||
&:hover {
|
||||
@include Option("userChrome.autohide.tabbar", "userChrome.tab.one_liner") {
|
||||
--uc-toolbar-height: var(--uc-tabbar-height);
|
||||
@include Option("userChrome.autohide.tabbar", "userChrome.autohide.navbar") {
|
||||
--uc-toolbar-height: var(--uc-tabbar-height);
|
||||
}
|
||||
|
||||
@include NotOption("userChrome.autohide.navbar") {
|
||||
@include Option("userChrome.autohide.bookmarkbar") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue