CSS 스타일 조정 및 버전 업데이트

- SearchPanel HowAboutThese line-height 조정 (64px -> 58px)
- VoiceInputOverlay background-clip 속성 변경 (padding-box -> border-box)
This commit is contained in:
dam-eun
2025-10-30 15:22:11 +09:00
parent 8e3d03ef19
commit b31de2e5f4
3 changed files with 4 additions and 4 deletions

View File

@@ -836,7 +836,7 @@ export default function MainView({ className, initService }) {
>
deepLinkInfo
<p>{contentTarget}</p>
<p>v1020-001</p>
<p>v1030-001</p>
</div>
</div>
);

View File

@@ -140,7 +140,7 @@
border-radius: 30px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
text-align: left;
line-height: 64px;
line-height: 58px;
cursor: pointer;
box-sizing: border-box;
@@ -178,7 +178,7 @@
border-radius: 30px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
text-align: left;
line-height: 64px;
line-height:58px;
cursor: pointer;
box-sizing: border-box;
.elip(1);

View File

@@ -92,7 +92,7 @@
outline: none !important; // prevent legacy Chromium square outline
background: white;
background-clip: padding-box;
background-clip: border-box;
overflow: hidden;
box-shadow: inset 0 0 0 1px white;