Skip to content

Commit

Permalink
Fix #7: Force input=color width circle in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
David May authored and David May committed Oct 13, 2022
1 parent 72384d3 commit 30984e7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions assets/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,19 @@
* {
font-size: small;
}
.setting-item-control input[type="text"] {
width: 100px;

.setting-item-control {
input[type="text"] {
width: 100px;
}

input[type="color"] {
width: 32px;
}
}
}
}
}

}

.jtab-codeblock {
Expand Down

0 comments on commit 30984e7

Please sign in to comment.