mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-04-06 21:18:30 +03:00
Change segment list layout
This commit is contained in:
@@ -23,29 +23,26 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#issueReporterTimeButtons {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#issueReporterTimeButtons > button {
|
||||
#issueReporterTimeButtons > .votingButtons > .segmentTimeButton {
|
||||
font-weight: bold;
|
||||
color: var(--sb-main-fg-color);
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 10px 8px;
|
||||
outline: none;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.sponsorTimesThanksForVotingText {
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.voteButton {
|
||||
height: 20px;
|
||||
padding: 0 8px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
padding: 0 5px;
|
||||
|
||||
#issueReporterTimeButtons > div > img:nth-child(2) {
|
||||
margin-left: 6px;
|
||||
transform: scaleY(-1);
|
||||
}
|
||||
|
||||
#issueReporterTimeButtons > div > h2 {
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#videoInfo>p, #videoInfo>div>p {
|
||||
|
||||
Reference in New Issue
Block a user