From f22d257768f7a257dd47cbebf93871ebd87aeb86 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 10 Dec 2025 21:14:08 -0500 Subject: Fix image and video scaling --- static/app.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/app.css') diff --git a/static/app.css b/static/app.css index 438635f..b5ff52a 100644 --- a/static/app.css +++ b/static/app.css @@ -109,11 +109,16 @@ a:not(.icon):hover::after { box-shadow: 0px 0px 15px 2px #410f5e; } +.pane img { + width: 100%; +} + input { background-color: rgba(255, 255, 255, 0.8); } .video { + width: 100% !important; background-color: rgba(0, 0, 0, 1.0); } -- cgit v1.2.3