From eef1f07a577112d1523b9d7a637e0f9d381361b8 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 18 Nov 2022 18:32:48 +0100 Subject: firefox: add lepton stuff --- .../wr7p23up.default-nightly/chrome/lepton.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .mozilla/firefox/wr7p23up.default-nightly/chrome/lepton.patch (limited to '.mozilla/firefox/wr7p23up.default-nightly/chrome/lepton.patch') 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 */ -- cgit 1.4.1