We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74b7a1e + c60a29a commit 2a88756Copy full SHA for 2a88756
1 file changed
extras/popup/popup.css
@@ -164,6 +164,7 @@ a {
164
.wrap {
165
position: relative;
166
height: 45px;
167
+ top: 15px;
168
}
169
170
.searchbar {
@@ -175,7 +176,6 @@ a {
175
176
border: none;
177
background: var(--searchbar-bg);
178
outline: none;
- vertical-align: middle;
179
position: initial;
180
margin-bottom: 2.9em;
181
color: var(--primary-color);
@@ -220,10 +220,10 @@ a {
220
background-repeat: no-repeat;
221
cursor: pointer;
222
float: right;
223
- margin-top: -6.5em;
224
margin-left: 2.3em;
225
226
right: -1rem;
+ margin-top: -6.5em;
227
228
229
.feature input {
@@ -499,4 +499,4 @@ span.new-feature-tag.beta {
499
.option-selection span:last-child {
500
border-top-right-radius: .25rem;
501
border-bottom-right-radius: .25rem;
502
-}
+}
0 commit comments