릴리스: v1.3.79 관리자 카피라이트 위치 고정

This commit is contained in:
2026-04-02 16:26:04 +09:00
parent 6b8abea203
commit 99eb79f2c3
5 changed files with 32 additions and 16 deletions

View File

@@ -748,8 +748,11 @@ function submitGlobalSearch() {
}
.rightRail__content {
flex: 0 0 auto;
flex: 1 1 auto;
min-height: 0;
overflow: visible;
display: flex;
flex-direction: column;
}
.ghostIcon {
@@ -1627,9 +1630,10 @@ function submitGlobalSearch() {
}
.localRightRailRoot {
min-height: auto;
display: grid;
align-content: start;
flex: 1 1 auto;
min-height: 100%;
display: flex;
flex-direction: column;
gap: 14px;
}