small ui fix

This commit is contained in:
Ludwig Lehnert 2025-06-13 10:14:43 +02:00
parent 568b8d1443
commit 07da5e72cc
Signed by: ludwig
SSH Key Fingerprint: SHA256:4vshH9GJ8TLO1RS2fY6rDDLnq7+KVvSClCY+uEhYYRA

View File

@ -64,9 +64,9 @@ body {
} }
.rh-screen { .rh-screen {
height: calc(100 * var(--vh)); height: calc(100 * var(--vh) - 1px);
} }
.min-rh-screen { .min-rh-screen {
min-height: calc(100 * var(--vh)); min-height: calc(100 * var(--vh) - 1px);
} }