From 6785f856b81b6c0de8c8828761779732b30191af Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Thu, 11 Dec 2025 00:50:56 -0500 Subject: Halve picture size on PC --- static/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/app.css b/static/app.css index fb2f330..c340259 100644 --- a/static/app.css +++ b/static/app.css @@ -110,7 +110,7 @@ a:not(.icon):hover::after { } .pane img { - width: 100%; + width: 50%; } input { @@ -347,6 +347,10 @@ iframe { padding: 0; } + .pane img { + width: 100%; + } + .inner_pane { padding-bottom: 4em; } -- cgit v1.2.3