ui: preserve editor sidebar end spacing

This commit is contained in:
2026-04-06 13:51:57 +09:00
parent 56b0035a45
commit 3dba9b0a4d
3 changed files with 8 additions and 0 deletions

View File

@@ -2022,6 +2022,7 @@ onUnmounted(() => {
grid-template-columns: minmax(0, clamp(680px, 58vw, 960px)) minmax(280px, 1fr);
gap: 16px;
align-items: start;
padding-bottom: 14px;
}
.editorMain__title {
font-size: 28px;