릴리스: v0.1.25 export 보드 폭 추가 축소

This commit is contained in:
2026-03-26 15:09:41 +09:00
parent b1d5355123
commit 464819571b
4 changed files with 8 additions and 2 deletions

View File

@@ -729,7 +729,7 @@ onUnmounted(() => {
.exportBoard--active {
display: grid;
gap: 12px;
width: 1360px;
width: 960px;
max-width: none;
box-sizing: border-box;
padding: 44px 52px;