Skip to content

Commit

Permalink
Fix: Theme - Light weight theme image size cover -> contain #170
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 16, 2021
1 parent 8fa1582 commit 045afce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -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); */
Expand Down

0 comments on commit 045afce

Please sign in to comment.