Fix: Auto Hide - Hide tabbar size conditional

This commit is contained in:
alstjr7375 2022-07-31 18:57:07 +09:00
parent 692380ce07
commit 5c6640bf20
2 changed files with 7 additions and 3 deletions

View file

@ -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") {

View file

@ -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") {