Fix AdminSettings mobile: scroll to top on open and add safe area padding

This commit is contained in:
PEDZEO
2026-01-21 05:05:33 +03:00
parent a364b51787
commit 4c5fe78cf3
2 changed files with 16 additions and 2 deletions

View File

@@ -890,6 +890,10 @@
padding-bottom: calc(0.5rem + var(--safe-area-inset-bottom));
}
.pt-safe {
padding-top: env(safe-area-inset-top, 0px);
}
/* Skeleton loader */
.skeleton {
@apply bg-dark-800 rounded-lg animate-pulse;