CSS 스타일 조정 및 버전 업데이트
- SearchPanel HowAboutThese line-height 조정 (64px -> 58px) - VoiceInputOverlay background-clip 속성 변경 (padding-box -> border-box)
This commit is contained in:
@@ -836,7 +836,7 @@ export default function MainView({ className, initService }) {
|
||||
>
|
||||
deepLinkInfo
|
||||
<p>{contentTarget}</p>
|
||||
<p>v1020-001</p>
|
||||
<p>v1030-001</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user