aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-05-31 03:06:48 -0400
committerAjay <[email protected]>2022-05-31 03:06:48 -0400
commitb70f50e1a04f73ddc7e33a4e252f0edd37e44963 (patch)
treec9156313c10e7c8dcb80b7fffde0d8d774ddd071
parent488022732023105c24ae068d4950e22804ab47b0 (diff)
downloadSponsorBlock-b70f50e1a04f73ddc7e33a4e252f0edd37e44963.tar.gz
SponsorBlock-b70f50e1a04f73ddc7e33a4e252f0edd37e44963.zip
Fix skip notice width limiting
-rw-r--r--public/content.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/content.css b/public/content.css
index 4ca8b8f8..9836ae3c 100644
--- a/public/content.css
+++ b/public/content.css
@@ -183,7 +183,7 @@
}
.sponsorSkipNoticeLimitWidth {
- min-width: calc(100% - 50px);
+ max-width: calc(100% - 50px);
}
.sponsorSkipNotice .hidden {