aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-05-26 22:04:38 -0400
committerAjay Ramachandran <[email protected]>2021-05-26 22:04:38 -0400
commitda1d4bc1ce912aad64a2cbf1e1dbc8078e68365b (patch)
treed38d01c2b44708ef0deb37b773127d62f358d700 /public
parent87a7f85c24f9647c3771ce692805ec20d4aab268 (diff)
downloadSponsorBlock-da1d4bc1ce912aad64a2cbf1e1dbc8078e68365b.tar.gz
SponsorBlock-da1d4bc1ce912aad64a2cbf1e1dbc8078e68365b.zip
Improve centering when text is small
Diffstat (limited to 'public')
-rw-r--r--public/popup.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/public/popup.css b/public/popup.css
index c658a8af..f1c7791a 100644
--- a/public/popup.css
+++ b/public/popup.css
@@ -42,6 +42,15 @@
text-align: center;
}
+#issueReporterContainer {
+ display: flex;
+ justify-content: center;
+}
+
+#issueReporterTimeButtons {
+ text-align: left;
+}
+
#issueReporterTimeButtons > .votingButtons > .segmentTimeButton {
font-weight: bold;
color: var(--sb-main-fg-color);
@@ -49,9 +58,6 @@
border: none;
padding: 7px;
outline: none;
-
- display: flex;
- justify-content: flex-start;
cursor: pointer;
white-space: nowrap;