ui: simplify local rail editor spacing

This commit is contained in:
2026-04-06 14:00:28 +09:00
parent ecd3e69b5a
commit a6b5fc8b81
4 changed files with 3 additions and 4 deletions

View File

@@ -1462,7 +1462,7 @@ function reloadApp() {
.workspaceBody--localRail {
min-height: 0;
padding: 18px 18px 32px;
padding: 18px 18px 0;
border: 0;
border-radius: 0;
background: var(--theme-workspace-bg);