릴리스: v1.2.18 공통 56px 셸 헤더 정리

This commit is contained in:
2026-03-30 17:24:21 +09:00
parent ed4023d1bd
commit 285644bdde
7 changed files with 82 additions and 75 deletions

View File

@@ -1040,14 +1040,8 @@ onUnmounted(() => {
margin-top: 0;
}
.layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 320px;
gap: 18px;
align-items: start;
transition: grid-template-columns 220ms ease;
}
.layout--railClosed {
grid-template-columns: minmax(0, 1fr) 0;
display: block;
min-width: 0;
}
.error {
margin: 10px 0 14px;
@@ -1531,7 +1525,7 @@ onUnmounted(() => {
}
.poolItem {
display: grid;
grid-template-columns: var(--thumb-size, 80px) 1fr;
grid-template-columns: var(--thumb-size, 80px) minmax(0, 1fr);
gap: 10px;
align-items: center;
padding: 10px;
@@ -1540,8 +1534,12 @@ onUnmounted(() => {
background: rgba(0, 0, 0, 0.18);
}
.poolItem__label {
min-width: 0;
font-weight: 800;
opacity: 0.9;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hidden {
display: none;
@@ -1560,9 +1558,6 @@ onUnmounted(() => {
.heroCard {
grid-template-columns: 1fr;
}
.layout {
grid-template-columns: 1fr;
}
.editorCanvas {
grid-template-columns: 1fr;
}