릴리스: v1.2.68 기본 티어 줄 수와 셸 아이콘 버튼 정리

This commit is contained in:
2026-03-31 16:09:49 +09:00
parent f77ce2a580
commit fadfd0ba58
4 changed files with 9 additions and 2 deletions

View File

@@ -107,7 +107,8 @@ function openList(t) {
}
.list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
justify-content: start;
gap: 18px;
}
.boardCard {