[카테고리, 음성 검색 결과]

- 드롭다운 영향으로 인한 수정
 - 음성 검색부분은 조금 길어보이는 부분이 있어 수정.
This commit is contained in:
junghoon86.park
2025-11-06 19:47:34 +09:00
parent 46ab30930d
commit 25c862bd3e
2 changed files with 6 additions and 1 deletions

View File

@@ -26,6 +26,11 @@
right: 0;
top: 50%;
transform: translateY(-50%);
> div {
> div {
max-width:240px;
}
}
&.categoryDropdown {
> div {
> div {

View File

@@ -58,7 +58,7 @@
font-size: 24px !important;
border-radius: 6px !important;
padding: 0 12px !important;
width:300px !important;
width:290px !important;
> div:first-child {
background-color: #808080 !important;
}