aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-05-30 22:55:56 -0400
committerGitHub <[email protected]>2021-05-30 22:55:56 -0400
commit6525f1ba87dcf28e685ac02a1dd63512fda476a0 (patch)
tree2557f2233ac7f45de1607e1f3f0a7982b8c5305c /public
parenta6b9af62f9d7cfb74c5b580d16531c8c526de69f (diff)
parentdabe3553a643ab700d61c647e37866b49e3fc7b5 (diff)
downloadSponsorBlock-6525f1ba87dcf28e685ac02a1dd63512fda476a0.tar.gz
SponsorBlock-6525f1ba87dcf28e685ac02a1dd63512fda476a0.zip
Merge pull request #606 from MRuy/popup-design-changes
Change segment list layout in popup
Diffstat (limited to 'public')
-rw-r--r--public/popup.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/public/popup.css b/public/popup.css
index fda29da8..0fd1f839 100644
--- a/public/popup.css
+++ b/public/popup.css
@@ -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%;
@@ -43,6 +51,7 @@
outline: none;
cursor: pointer;
+ white-space: nowrap;
}
.dot {
@@ -277,8 +286,6 @@ background-color:#ec1c1c;
min-height: 16px;
margin-top: auto;
margin-bottom: auto;
-
- height: 100%;
}
.SBWhitelistIcon>path {