1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 20:14:59 +01:00

chore: little improvements to the login page (#3846)

This commit is contained in:
Amir Raminfar
2025-04-25 09:37:38 -07:00
committed by GitHub
parent 11bc1c7fc2
commit 4da0486295
3 changed files with 10 additions and 4 deletions

View File

@@ -15,6 +15,12 @@
padding-top: env(safe-area-inset-top);
}
@custom-variant max-h-500 {
@media (max-height: 500px) {
@slot;
}
}
@plugin "daisyui/theme" {
name: "dark";
default: false;