디스플레이 테마 1차 업로드

This commit is contained in:
hyeonggil
2024-02-14 21:15:50 +09:00
parent 66ffd09e8e
commit e403df441e
24 changed files with 970 additions and 9 deletions

View File

@@ -824,4 +824,13 @@
}
}
}
}
.optionList {
overflow: auto;
width: 500px;
height: 600px;
padding:25px;
border:1px solid #DEDEDE;
border-radius: 6px;
}