Fix: Theme - Light weight theme image size cover -> contain #170

This commit is contained in:
BlaCk_Void 2021-08-16 21:42:02 +09:00
parent 8fa158297f
commit 045afce1b1

View file

@ -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); */