diff options
author | Orangerot <purple@orangerot.dev> | 2025-01-13 09:48:05 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2025-01-13 09:48:05 +0100 |
commit | 05984aa04336ddb93c035f715cf76dd4493bba2e (patch) | |
tree | da3168b15b3cffb6e757bb319135a5160a41550f /style.css | |
parent | 13944b526f302b5e8d82885dd236d922dfd13b6b (diff) |
style: formatting with prettier
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -4,8 +4,9 @@ body { padding-top: 100dvh; } -canvas, video { - max-width: 100%; +canvas, +video { + max-width: 100%; max-height: 100%; } @@ -30,21 +31,21 @@ body.import-active .is-hidden-import { } #settings-button { - position: absolute; + position: absolute; right: 30px; - bottom: 30px + bottom: 30px; } #back { - position: absolute; + position: absolute; left: 30px; - top: 30px + top: 30px; } #cheese { - position: absolute; - bottom: 30px; - left: 30px; + position: absolute; + bottom: 30px; + left: 30px; right: 30px; } |