From 045afce1b13e0e1da4c8cb5876fc8c1377304189 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Mon, 16 Aug 2021 21:42:02 +0900 Subject: [PATCH] Fix: Theme - Light weight theme image size `cover` -> `contain` #170 --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 66e4fabc..5a1a37fc 100644 --- a/userChrome.css +++ b/userChrome.css @@ -27,7 +27,7 @@ background-image: var(--lwt-header-image) !important; /* Original: var(--lwt-header-image) */ background-repeat: no-repeat !important; background-position: right top !important; - background-size : cover; + background-size : contain; } :root[lwtheme-image] #navigator-toolbox:-moz-lwtheme { background-image: var(--lwt-additional-images) !important; /* Original: var(--lwt-header-image), var(--lwt-additional-images); */