릴리스: v1.3.20 내 티어표 카드 그리드 밀도 보정

This commit is contained in:
2026-04-01 13:49:54 +09:00
parent 22220494d6
commit e3391b5f07
2 changed files with 6 additions and 2 deletions

View File

@@ -107,12 +107,13 @@ function openList(t) {
}
.list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
justify-content: start;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 18px;
}
.boardCard {
display: grid;
width: 100%;
min-width: 0;
border-radius: 22px;
border: 1px solid rgba(255, 255, 255, 0.16);