Add mobile settings top padding

This commit is contained in:
shi.changliang 2026-06-05 11:47:04 +08:00
parent 76d050acf4
commit 050405bcee

View file

@ -290,6 +290,7 @@
@container (max-width: 640px) {
.obsync-header {
@apply block;
padding-top: max(2rem, env(safe-area-inset-top, 0px));
}
.obsync-card {