Skip to content

Commit 7bd0b8d

Browse files
committed
fix: fixed icons spacing
1 parent 6e1403f commit 7bd0b8d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/styles.scss

+6-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ $active-color: #1ea7fd;
3333
bottom: 4px;
3434
&.search {
3535
left: 6px;
36+
bottom: 8px;
37+
height: 20px;
3638
}
3739
&.shortcut {
3840
cursor: text;
@@ -43,12 +45,14 @@ $active-color: #1ea7fd;
4345
background-color: darken($input-background, 5%);
4446
border-radius: 3px;
4547
z-index: 50;
48+
height: 24px;
4649
}
4750
&.clear {
4851
right: 8px;
49-
bottom: 7px;
52+
bottom: 10px;
5053
cursor: pointer;
5154
z-index: 10;
55+
height: 18px;
5256
}
5357
}
5458
}
@@ -70,4 +74,4 @@ input[type='search']::-webkit-search-cancel-button,
7074
input[type='search']::-webkit-search-results-button,
7175
input[type='search']::-webkit-search-results-decoration {
7276
display: none;
73-
}
77+
}

0 commit comments

Comments
 (0)