Change segment list layout

This commit is contained in:
Ajay Ramachandran
2020-12-13 15:46:48 -05:00
parent a150a97991
commit 7bf0090195
2 changed files with 41 additions and 46 deletions

View File

@@ -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 {