From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .../firefox/hibiki.default/chrome/lepton.patch | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 .mozilla/firefox/hibiki.default/chrome/lepton.patch (limited to '.mozilla/firefox/hibiki.default/chrome/lepton.patch') 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; - } -- cgit 1.4.1