css 수정

This commit is contained in:
focp212@naver.com
2025-10-31 13:42:42 +09:00
parent e657c5e7e6
commit 9bf6b7aba9
21 changed files with 32 additions and 21 deletions

View File

@@ -441,8 +441,19 @@ main.home-main{
main.pop{
padding-bottom: env(safe-area-inset-bottom);
}
.opt-field{
grid-template-columns: unset;
}
.opt-label{
font-size: var(--fs-14);
word-break: break-all;
}
.opt-controls .input-wrapper input{
height: 38px;
}
.filter-section{
overflow-x: hidden;
}
.filter-section .excrow{
width: 60%;
}