diff options
author | Ajay <[email protected]> | 2022-05-31 03:06:48 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-05-31 03:06:48 -0400 |
commit | b70f50e1a04f73ddc7e33a4e252f0edd37e44963 (patch) | |
tree | c9156313c10e7c8dcb80b7fffde0d8d774ddd071 | |
parent | 488022732023105c24ae068d4950e22804ab47b0 (diff) | |
download | SponsorBlock-b70f50e1a04f73ddc7e33a4e252f0edd37e44963.tar.gz SponsorBlock-b70f50e1a04f73ddc7e33a4e252f0edd37e44963.zip |
Fix skip notice width limiting
-rw-r--r-- | public/content.css | 2 |
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 { |