mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-31 14:51:13 +03:00
Improve centering when text is small
This commit is contained in:
@@ -42,6 +42,15 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#issueReporterContainer {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#issueReporterTimeButtons {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
#issueReporterTimeButtons > .votingButtons > .segmentTimeButton {
|
#issueReporterTimeButtons > .votingButtons > .segmentTimeButton {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: var(--sb-main-fg-color);
|
color: var(--sb-main-fg-color);
|
||||||
@@ -50,9 +59,6 @@
|
|||||||
padding: 7px;
|
padding: 7px;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
display: flex;
|
|
||||||
justify-content: flex-start;
|
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user