修复移动端搜索框圆角

This commit is contained in:
huan_kong 2023-12-29 14:40:54 +08:00 committed by GitHub
parent 387228a838
commit c803cd8144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,11 +48,11 @@
.DocSearch-Button {
display: flex;
justify-content: center;
justify-content: center !important;
align-items: center;
margin: 0;
padding: 0;
width: 32px;
width: 36px;
height: 55px;
background: transparent;
transition: border-color 0.25s;