diff options
Diffstat (limited to '.mozilla/firefox/hibiki.default/chrome/lepton.patch')
| -rw-r--r-- | .mozilla/firefox/hibiki.default/chrome/lepton.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/.mozilla/firefox/hibiki.default/chrome/lepton.patch b/.mozilla/firefox/hibiki.default/chrome/lepton.patch deleted file mode 100644 index b87db26..0000000 --- a/.mozilla/firefox/hibiki.default/chrome/lepton.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- ./lepton.userChrome.css 2022-05-24 23:50:09.178033305 +0200 -+++ ./lepton.userChrome.css 2022-05-24 23:49:33.843031418 +0200 -@@ -23,6 +23,6 @@ - /*= Darkmode - Color lighter =================================================*/ - :root[lwtheme-mozlightdark][lwthemetextcolor="bright"], - :root[style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254);"] { -- --toolbar-bgcolor: rgba(43, 42, 51, 5) !important; /* Original: rgba(43, 42, 51, 1) */ -+ /* noop */ - } - } -@@ -4398,9 +4398,9 @@ - @supports -moz-bool-pref("userChrome.padding.urlbar") { - :root:not([uidensity="touch"]) #urlbar-container, - :root:not([uidensity="touch"]) #search-container { -- padding-block: 3px !important; /* Original: 4px */ -+ padding-block: 0 !important; /* Original: 4px */ - } - :root:not([uidensity="compact"]) #urlbar-container, - :root:not([uidensity="compact"]) #search-container { -- padding-block: 2px !important; -+ padding-block: 0 !important; - } -@@ -18480,9 +18480,9 @@ - @media (not (-moz-bool-pref: "userChrome.urlView.as_commandbar")) and (-moz-bool-pref: "userChrome.padding.urlbar") { - :root:not([uidensity="touch"]) #urlbar-container, - :root:not([uidensity="touch"]) #search-container { -- padding-block: 3px !important; /* Original: 4px */ -+ padding-block: 0 !important; /* Original: 4px */ - } - :root:not([uidensity="compact"]) #urlbar-container, - :root:not([uidensity="compact"]) #search-container { -- padding-block: 2px !important; -+ padding-block: 0 !important; - } |