We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b614996 commit a97314eCopy full SHA for a97314e
2 files changed
extras/popup/popup.css
@@ -248,7 +248,8 @@ a {
248
cursor: pointer;
249
}
250
.feature input[type="color"] {
251
- padding-left: 0.1vw !important;
+ padding: 0.1vw !important;
252
+ border-radius: 0.4rem;
253
254
255
/*Switch*/
extras/style.css
@@ -148,7 +148,8 @@ a {
148
149
150
151
- padding-left: 0.1vw;
+ padding: 0.1vw;
152
153
154
155
.feature > input {
0 commit comments