aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/content.css
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-09-18 21:47:04 -0400
committerAjay <[email protected]>2022-09-18 21:47:04 -0400
commitc66de4fdb1ed3cc689ea5eedde1dae3eb75c5212 (patch)
tree34d5d5b09aa3db84180130df3fcf379373ffb59e /public/content.css
parentedf0295cdfc3018e334520b5f5d03cf8ca8c58d3 (diff)
downloadSponsorBlock-c66de4fdb1ed3cc689ea5eedde1dae3eb75c5212.tar.gz
SponsorBlock-c66de4fdb1ed3cc689ea5eedde1dae3eb75c5212.zip
Make submission menu ui more consistent
Diffstat (limited to 'public/content.css')
-rw-r--r--public/content.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/content.css b/public/content.css
index deb30196..6703cddf 100644
--- a/public/content.css
+++ b/public/content.css
@@ -567,6 +567,12 @@ input::-webkit-inner-spin-button {
.sponsorTimeEditInput {
width: 90px;
+ border: 3px solid var(--sb-dark-red-outline);
+}
+
+.sponsorTimeEditInput.sponsorChapterNameInput {
+ width: auto;
+ padding: 3px;
}
.sponsorNowButton {