feat: make root header status-bar safe

This commit is contained in:
rain
2026-07-13 10:31:52 +08:00
parent 086917224a
commit 974369587a
6 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ const openShortcut = (key) => {
.page-paper-texture {
position: absolute;
top: 164rpx;
top: calc(124rpx + var(--status-bar-height, 0px));
right: 0;
bottom: 0;
left: 0;