From 5e1bdb3d0e965f2d039ba17b3767e2a111b415f9 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 12 Apr 2024 22:51:57 +0200 Subject: fixup! fix thumb aspect ratio --- web/style/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/style/layout.css b/web/style/layout.css index 14ddd97..7cc0e6f 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -20,7 +20,7 @@ :root { --card-size: min(50vw, 17em); --bar-height: 5em; - --port-poster-aspect: 1.41; + --port-poster-aspect: calc(1 / 1.41); --land-poster-aspect: calc(2 / 1.41); --land-thumb-aspect: calc(16 / 9); --backdrop-height: 24em; -- cgit v1.2.3-70-g09d2