From 05984aa04336ddb93c035f715cf76dd4493bba2e Mon Sep 17 00:00:00 2001 From: Orangerot Date: Mon, 13 Jan 2025 09:48:05 +0100 Subject: style: formatting with prettier --- style.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 4798e74..ba59bf6 100644 --- a/style.css +++ b/style.css @@ -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; } -- cgit v1.2.3