Skip to content

Commit a240991

Browse files
committed
Better align the search field with the rest of the text in the black bar
1 parent 1c36a61 commit a240991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/search.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
.search-wrap{
99
display: flex;
10+
position: relative;
11+
top: 1px;
1012

1113
.search-icon{
1214
display: block;
@@ -38,8 +40,6 @@
3840
color: #ffffff;
3941
border: none;
4042
padding: 0 .5em;
41-
position: relative;
42-
bottom: 0.125em;
4343
flex: 1;
4444
.placeholder(@gray);
4545
&:focus{

0 commit comments

Comments
 (0)