summaryrefslogtreecommitdiff
path: root/static
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-21 15:05:44 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-21 15:05:44 +0700
commit2422f2a092f90cb29fc22ef473f69389a27d9d25 (patch)
tree1b8f50de1fcc040f977fbfc5c014c70e9e7e549d /static
parent1776fd1e933209deebbaf3bc6d49c83768f104a6 (diff)
downloadweb-2422f2a092f90cb29fc22ef473f69389a27d9d25.tar.gz
web-2422f2a092f90cb29fc22ef473f69389a27d9d25.zip
fix: stars & camel frames getting out of screen
fix: opening glightbox doesn't shrink a page now
Diffstat (limited to 'static')
-rw-r--r--static/input.css8
1 files changed, 6 insertions, 2 deletions
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;
}