릴리스: v1.3.31 관리자 게임 선택 리스트 CSS 반영

This commit is contained in:
2026-04-01 15:16:06 +09:00
parent 28cf4fdfa0
commit 3b5e744130
2 changed files with 5 additions and 2 deletions

View File

@@ -2409,13 +2409,13 @@ async function saveFeaturedOrder() {
.adminGamePicker {
display: grid;
gap: 8px;
max-height: 320px;
max-height: 640px;
overflow: auto;
padding-right: 4px;
}
.adminGamePicker__item {
display: grid;
gap: 2px;
/* gap: 2px; */
padding: 11px 12px;
text-align: left;
border-radius: 14px;