mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 22:40:55 -08:00
Fix: Theme - Light weight theme image size cover -> contain #170
This commit is contained in:
parent
8fa158297f
commit
045afce1b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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); */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue