Diffstat (limited to 'static')
| -rw-r--r-- | static/input.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/static/input.css b/static/input.css index e0c5c81..0dfb137 100644 --- a/static/input.css +++ b/static/input.css @@ -87,10 +87,6 @@ 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); @@ -904,8 +900,8 @@ form.crossable.htmx-request input { } .ram-frame { - width: 8rem; - height: 8rem; + width: 20vmin; + height: 20vmin; user-select: none; -webkit-user-select: none; } |