Skip to content

Commit 2a88756

Browse files
authored
Merge pull request #888 from STForScratch/MaterArc-patch-16
Fix Search Bar
2 parents 74b7a1e + c60a29a commit 2a88756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extras/popup/popup.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ a {
164164
.wrap {
165165
position: relative;
166166
height: 45px;
167+
top: 15px;
167168
}
168169

169170
.searchbar {
@@ -175,7 +176,6 @@ a {
175176
border: none;
176177
background: var(--searchbar-bg);
177178
outline: none;
178-
vertical-align: middle;
179179
position: initial;
180180
margin-bottom: 2.9em;
181181
color: var(--primary-color);
@@ -220,10 +220,10 @@ a {
220220
background-repeat: no-repeat;
221221
cursor: pointer;
222222
float: right;
223-
margin-top: -6.5em;
224223
margin-left: 2.3em;
225224
position: relative;
226225
right: -1rem;
226+
margin-top: -6.5em;
227227
}
228228

229229
.feature input {
@@ -499,4 +499,4 @@ span.new-feature-tag.beta {
499499
.option-selection span:last-child {
500500
border-top-right-radius: .25rem;
501501
border-bottom-right-radius: .25rem;
502-
}
502+
}

0 commit comments

Comments
 (0)