From 2422f2a092f90cb29fc22ef473f69389a27d9d25 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Thu, 21 May 2026 15:05:44 +0700 Subject: fix: stars & camel frames getting out of screen fix: opening glightbox doesn't shrink a page now --- static/input.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'static/input.css') diff --git a/static/input.css b/static/input.css index 0dfb137..e0c5c81 100644 --- a/static/input.css +++ b/static/input.css @@ -87,6 +87,10 @@ body { scrollbar-color: var(--color-background-light) var(--color-main-soft); } +body.glightbox-open { + height: 100dvh; +} + @media screen and (min-width: 900px) and (min-height: 900px) { html { font-size: clamp(16px, min(1dvw, 1dvh) + 7px, 20px); @@ -900,8 +904,8 @@ form.crossable.htmx-request input { } .ram-frame { - width: 20vmin; - height: 20vmin; + width: 8rem; + height: 8rem; user-select: none; -webkit-user-select: none; } -- cgit v1.3.1+13