From ca29dc428402e9db78b68d9cb55fe97d1f5c059d Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 14 Feb 2023 18:12:53 +0800 Subject: [PATCH] update --- src/other/firefox/Monterey/theme-alt.css | 4 +++- src/other/firefox/Monterey/theme.css | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/other/firefox/Monterey/theme-alt.css b/src/other/firefox/Monterey/theme-alt.css index 169c1676..6be65657 100644 --- a/src/other/firefox/Monterey/theme-alt.css +++ b/src/other/firefox/Monterey/theme-alt.css @@ -21,6 +21,8 @@ /* Set theme version text in customization panel */ #customization-footer::before { + background: url(icons/icon.svg) no-repeat; + background-size: contain; content: "Firefox Monterey theme"; - padding: 10px; + padding: 10px 10px 10px 50px; } diff --git a/src/other/firefox/Monterey/theme.css b/src/other/firefox/Monterey/theme.css index 8f331955..b6d60141 100644 --- a/src/other/firefox/Monterey/theme.css +++ b/src/other/firefox/Monterey/theme.css @@ -21,6 +21,8 @@ /* Set theme version text in customization panel */ #customization-footer::before { + background: url(icons/icon.svg) no-repeat; + background-size: contain; content: "Firefox Monterey theme"; - padding: 10px; + padding: 10px 10px 10px 50px; }