조정: 모바일 오른쪽 레일 전체 화면 패널화

This commit is contained in:
2026-04-03 18:05:48 +09:00
parent 67e192b0e1
commit 5ef833fde5
3 changed files with 20 additions and 1 deletions

View File

@@ -2083,6 +2083,16 @@ function reloadApp() {
color: var(--theme-text-soft);
}
.rightRail--overlay {
inset: 0;
width: 100vw;
min-width: 0;
height: 100dvh;
min-height: 100dvh;
border-left: 0;
box-shadow: none;
}
.appMain {
min-height: auto;
border-left: 0;
@@ -2173,7 +2183,7 @@ function reloadApp() {
}
.rightRail--overlay .rightRail__body {
padding-bottom: calc(14px + env(safe-area-inset-bottom));
padding: 14px 20px calc(32px + env(safe-area-inset-bottom));
}
.collapsedSearchModal {