diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-26 21:11:06 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-26 21:11:06 -0700 |
commit | 683a73a4ac27c24c8646db3c8bfb146afe1acb7d (patch) | |
tree | d57c30e1df865be7d707ab696ec88ab29261b8f1 /.mozilla/firefox/xxxxxxxx.fly | |
parent | 19b80c571916d6c7b598bed961fb9f1379fefca1 (diff) |
userchrome, no expand opened url bar
Diffstat (limited to '.mozilla/firefox/xxxxxxxx.fly')
-rw-r--r-- | .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index 3e88d7d0..2592f593 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -19,7 +19,8 @@ Window controls will be all wrong without it /* need 46vw for search bookmarks urls and title shown in one line */ --uc-navigationbar-width: 46vw; --uc-toolbar-height: 40px; - --uc-urlbar-min-width: 100vw; /* minimum width for opened urlbar */ + /* minimum width for opened urlbar */ + /*--uc-urlbar-min-width: 100vw;*/ } @media (-moz-proton){ #scrollbutton-up,#scrollbutton-down{ border-block-width: 2px !important; } @@ -87,12 +88,15 @@ Window controls will be all wrong without it /* 1px margin on touch density causes tabs to be too high */ .tab-close-button{ margin-top: 0 !important } -/* Make opened urlbar overlay all */ +/* Make opened urlbar overlay all +fcitx5 input method or sxhkd caps lock will close opened bar, seems hard to fix */ +/* #urlbar[open]:focus-within{ min-width: var(--uc-urlbar-min-width,none) !important; right: -78px !important; left: auto !important; } +*/ /* Hide dropdown placeholder */ #urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; } |