Skip to content

Commit 27948e8

Browse files
committed
Fix search bar
1 parent 0eb149e commit 27948e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extras/popup/popup.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ a {
201201
background-position: 47% 46%;
202202
background-size: 20px 20px;
203203
background-repeat: no-repeat;
204+
position: relative;
205+
top: -18px;
204206
}
205207
.searchbaricon {
206208
border-radius: var(--radius) 0px 0px var(--radius);
@@ -215,6 +217,8 @@ a {
215217
background-position: 80% 50%;
216218
background-size: 30px 30px;
217219
background-repeat: no-repeat;
220+
position: relative;
221+
top: -18px;
218222
}
219223
.settingsButton {
220224
padding: 12px;

0 commit comments

Comments
 (0)