Change segment list layout in popup

This commit is contained in:
Nanobyte
2020-12-31 20:59:12 +01:00
parent 2808b76655
commit 87a7f85c24
2 changed files with 28 additions and 9 deletions

View File

@@ -10,6 +10,14 @@
display: none !important;
}
.sponsorTimesCategoryColorCircle {
margin: 0 8px;
}
.voteButtonsContainer--hide {
display: none;
}
@media only screen and (max-width: 600px) {
#sponsorBlockPopupBody {
width: 100%;
@@ -41,8 +49,12 @@
border: none;
padding: 7px;
outline: none;
display: flex;
justify-content: flex-start;
cursor: pointer;
white-space: nowrap;
}
.dot {