조정: 모바일 오른쪽 레일 전체 화면 패널화
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user