mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-31 06:41:01 +03:00
Improve centering when text is small
This commit is contained in:
@@ -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);
|
||||
@@ -50,9 +59,6 @@
|
||||
padding: 7px;
|
||||
outline: none;
|
||||
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user