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/the-homestuck-strife-project-vol-1.yaml | |
parent | d28d7aadb34dd83177b98e72647fc78759b5e18c (diff) |
various wallpaper tweaks
Diffstat (limited to 'album/the-homestuck-strife-project-vol-1.yaml')
-rw-r--r-- | album/the-homestuck-strife-project-vol-1.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/album/the-homestuck-strife-project-vol-1.yaml b/album/the-homestuck-strife-project-vol-1.yaml index d77ca915..5077a813 100644 --- a/album/the-homestuck-strife-project-vol-1.yaml +++ b/album/the-homestuck-strife-project-vol-1.yaml @@ -38,15 +38,15 @@ Wallpaper Parts: Style: |- background-color: #008442; opacity: 1; -- Asset: bg-left.png +- Asset: bg-right.png Style: |- - background-position-x: 1%; + background-position-x: calc(98.5% - 0.5 * min(0px, 100vw - 1000px / 1080px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; -- Asset: bg-right.png +- Asset: bg-left.png # layered above bg-right Style: |- - background-position-x: 98%; + background-position-x: calc(1.5% + 0.5 * min(0px, 100vw - 1000px / 1080px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; |