fix(mobile): close settings drawers and remove extra top spacing (#770)

* fix(mobile): close side drawers when opening settings

* fix(mobile): remove duplicate top inset in drawers

---------

Co-authored-by: Jovines <jovines@qq.com>
This commit is contained in:
Jovines
2026-04-01 15:32:32 +03:00
committed by GitHub
co-authored by Jovines
parent 81c41388ac
commit f032df2298
3 changed files with 25 additions and 3 deletions
+2 -2
View File
@@ -281,9 +281,9 @@
padding-bottom: var(--oc-safe-area-bottom-visual) !important;
}
/* Drawer safe area - only top/bottom padding, no positioning */
/* Drawer safe area - top already offset by header height */
.drawer-safe-area {
padding-top: var(--oc-safe-area-top);
padding-top: 0;
padding-bottom: var(--oc-safe-area-bottom-visual);
}