Updated userChrome.css for new Firefox UI Proton

master
Meliurwen 3 years ago
parent 355a1b8d69
commit 1d9faf3971
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 4
      firefox/.mozilla/firefox/userprofile/chrome/userChrome.css

@ -12,9 +12,8 @@
toolbox {
z-index: 10;
margin-top: 0px !important;
margin-bottom: -30px !important;
margin-bottom: -34px !important;
height: 0 !important;
pointer-events: none;
}
@ -22,6 +21,7 @@ vbox {pointer-events: all;}
#nav-bar {
z-index: 10;
opacity: 0;
pointer-events: none;
transition: transform, ease-in-out 0.2s, opacity 0.2s ease-in-out !important;

Loading…
Cancel
Save