댓글 정렬과 뷰어 레일 정리

This commit is contained in:
2026-04-07 14:00:29 +09:00
parent 9f143d4a89
commit 09b9036bbe
9 changed files with 76 additions and 105 deletions

View File

@@ -2004,6 +2004,8 @@ function reloadApp() {
min-height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
gap: 14px;
}