1
0
Fork 0

Add my userChrome.css

main
Ambrose Chua 2021-09-05 10:54:54 +08:00
parent 83132a082b
commit 110612d2a3
3 changed files with 36 additions and 2 deletions

View File

@ -30,6 +30,7 @@
!.config/wofi
!.config/yabai
!.config/yadm
.deno/bin
.dbus
.esd_auth
.gem
@ -55,7 +56,10 @@
.local/share/yadm/repo.git
!.local/share/yadm/archive
.mc/share
.mozilla
.mozilla/*
!.mozilla/firefox
.mozilla/firefox/*
!.mozilla/firefox/chrome
.npm
.password-store
.pki

6
.gitignore vendored
View File

@ -30,6 +30,7 @@
!.config/wofi
!.config/yabai
!.config/yadm
.deno/bin
.dbus
.esd_auth
.gem
@ -55,7 +56,10 @@
.local/share/yadm/repo.git
!.local/share/yadm/archive
.mc/share
.mozilla
.mozilla/*
!.mozilla/firefox
.mozilla/firefox/*
!.mozilla/firefox/chrome
.npm
.password-store
.pki

View File

@ -0,0 +1,26 @@
html:not([inFullscreen]) body {
-moz-box-direction: reverse;
}
.panel-viewstack {
max-height: none !important;
}
#urlbar[open] > .urlbarView > .urlbarView-body-outer > .urlbarView-body-inner {
border-top: 0 !important;
}
#navigator-toolbox {
-moz-box-direction: reverse;
}
html:not([inFullscreen]) #urlbar[breakout] {
display: flex !important;
flex-direction: column-reverse;
}
html:not([inFullscreen]) #urlbar[breakout-extend] {
top: auto !important;
bottom: 0 !important;
}