Skip to content

Commit 301349b

Browse files
authored
Fix Search Bar
1 parent 789ce2e commit 301349b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

extras/popup/popup.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ a {
175175
border: none;
176176
background: var(--searchbar-bg);
177177
outline: none;
178-
vertical-align: middle;
179178
position: initial;
180-
margin-bottom: 2.9em;
181179
color: var(--primary-color);
182180
}
183181
.searchbarbutton {
@@ -220,7 +218,6 @@ a {
220218
background-repeat: no-repeat;
221219
cursor: pointer;
222220
float: right;
223-
margin-top: -6.5em;
224221
margin-left: 2.3em;
225222
position: relative;
226223
right: -1rem;
@@ -499,4 +496,4 @@ span.new-feature-tag.beta {
499496
.option-selection span:last-child {
500497
border-top-right-radius: .25rem;
501498
border-bottom-right-radius: .25rem;
502-
}
499+
}

0 commit comments

Comments
 (0)