style(Search): increase left padding to 12px (#7014)

This commit is contained in:
neverland 2020-08-18 17:14:09 +08:00 committed by GitHub
parent 980f472259
commit 8661a1e799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
&__content {
display: flex;
flex: 1;
padding-left: @padding-xs;
padding-left: @padding-sm;
background-color: @search-content-background-color;
border-radius: @border-radius-sm;