모바일 - 인증키 목록 디자인 수정

This commit is contained in:
현성필
2025-12-12 16:42:38 +09:00
parent 69af0031df
commit 40c36829bf
6 changed files with 20 additions and 9 deletions
+8 -1
View File
@@ -12630,11 +12630,18 @@ input[type=checkbox]:checked + .custom-checkbox {
@media (max-width: 768px) {
.app-status-badge {
display: flex;
align-items: center;
justify-content: center;
width: 70px;
height: 24px;
padding: 0 10px;
border-radius: 12px;
font-size: 12px;
min-width: auto;
font-weight: 700;
text-align: center;
white-space: nowrap;
flex-shrink: 0;
}
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long