릴리스: v1.2.64 에디터 토글과 요청 모달 입력 스타일 보정

This commit is contained in:
2026-03-31 15:41:53 +09:00
parent f6dc64dfc8
commit 6105208aef
3 changed files with 78 additions and 21 deletions

View File

@@ -845,7 +845,7 @@ function submitGlobalSearch() {
.workspaceBody {
min-height: 0;
padding: 18px 18px 0;
padding: 18px 18px 32px;
border: 0;
border-radius: 0;
background: rgba(24, 24, 24, 0.92);
@@ -855,7 +855,7 @@ function submitGlobalSearch() {
.workspaceBody--localRail {
min-height: 0;
padding: 18px 18px 0;
padding: 18px 18px 32px;
border: 0;
border-radius: 0;
background: rgba(24, 24, 24, 0.92);