diff options
author | Ajay <[email protected]> | 2023-11-08 18:23:37 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2023-11-08 18:23:37 -0500 |
commit | bdcb2d05c7f230123c64393f615c4437a9348db7 (patch) | |
tree | 3aecb6c5ec81457a20c11d90c711689e6ec94541 /public/shared.css | |
parent | a522e3065c55134112282d00617fee2805b43204 (diff) | |
download | SponsorBlock-bdcb2d05c7f230123c64393f615c4437a9348db7.tar.gz SponsorBlock-bdcb2d05c7f230123c64393f615c4437a9348db7.zip |
Make submission and skip notices slightly larger
Diffstat (limited to 'public/shared.css')
-rw-r--r-- | public/shared.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/shared.css b/public/shared.css index 005d3500..5fd1c9d2 100644 --- a/public/shared.css +++ b/public/shared.css @@ -14,7 +14,7 @@ } .sponsorSkipNoticeParent { - min-width: 375px; + min-width: 390px; max-width: 50%; } |