릴리스: v1.2.23 셸 하단 액션과 홈 카드 정리

This commit is contained in:
2026-03-30 18:34:37 +09:00
parent 876c13d99b
commit ed68b609bc
8 changed files with 46 additions and 47 deletions

View File

@@ -103,7 +103,7 @@ function thumbUrl(g) {
}
.libraryGrid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.error {
@@ -176,6 +176,11 @@ function thumbUrl(g) {
border-radius: 3px;
background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1400px) {
.libraryGrid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 1200px) {
.libraryGrid {
grid-template-columns: repeat(2, minmax(0, 1fr));