diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 18:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:24 +0100 |
| commit | eef1f07a577112d1523b9d7a637e0f9d381361b8 (patch) | |
| tree | d92391911d5ec74af4a1044209248750d0c1c991 /.mozilla/firefox/wr7p23up.default-nightly/chrome/lepton.patch | |
| parent | 69cdb15cc3ac06f8cfd0073a964069a91766f1f4 (diff) | |
firefox: add lepton stuff
Diffstat (limited to '.mozilla/firefox/wr7p23up.default-nightly/chrome/lepton.patch')
| -rw-r--r-- | .mozilla/firefox/wr7p23up.default-nightly/chrome/lepton.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.mozilla/firefox/wr7p23up.default-nightly/chrome/lepton.patch b/.mozilla/firefox/wr7p23up.default-nightly/chrome/lepton.patch new file mode 100644 index 0000000..d637994 --- /dev/null +++ b/.mozilla/firefox/wr7p23up.default-nightly/chrome/lepton.patch @@ -0,0 +1,27 @@ +--- ./lepton.userChrome.css 2022-05-24 23:50:09.178033305 +0200 ++++ ./lepton.userChrome.css 2022-05-24 23:49:33.843031418 +0200 +@@ -24,7 +24,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) */ + } + } +@@ -3325,15 +3324,13 @@ + @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 */ +- margin-inline: 5px !important; + /* Original: 5px */ + } + + :root:not([uidensity="compact"]) #urlbar-container, + :root:not([uidensity="compact"]) #search-container { +- padding-block: 2px !important; ++ /* noop */ + } + + /* spread menu */ |