diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 18:18:30 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 18:18:30 -0400 |
commit | bf868f53d3ebdc5b4aaa0dfa1bcc71f19139f6f2 (patch) | |
tree | c14cc2b47779b8ce49874b1a07904910edcecba9 /album/coloUrs-and-mayhem-universe-b.yaml | |
parent | d28d7aadb34dd83177b98e72647fc78759b5e18c (diff) |
various wallpaper tweaks
Diffstat (limited to 'album/coloUrs-and-mayhem-universe-b.yaml')
-rw-r--r-- | album/coloUrs-and-mayhem-universe-b.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/album/coloUrs-and-mayhem-universe-b.yaml b/album/coloUrs-and-mayhem-universe-b.yaml index b0385b75..6b75cbb8 100644 --- a/album/coloUrs-and-mayhem-universe-b.yaml +++ b/album/coloUrs-and-mayhem-universe-b.yaml @@ -32,13 +32,13 @@ Wallpaper Parts: opacity: 1; - Asset: bg-left.png Style: |- - background-position-x: 1%; + background-position-x: calc(1% + 0.5 * min(0px, 100vw - 1380px / 1206px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; - Asset: bg-right.png Style: |- - background-position-x: 98%; + background-position-x: calc(99% - 0.5 * min(0px, 100vw - 1380px / 1206px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; |