diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-01 01:13:06 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-01 01:13:06 -0400 |
commit | 798221606d637445f1244d94d28e1492f0358362 (patch) | |
tree | db865bb7e1a9bede785908ab01bc78a70e58614c /public | |
parent | 55b38dc30e8529b76c06617b815026e090b7c2f0 (diff) | |
download | SponsorBlock-798221606d637445f1244d94d28e1492f0358362.tar.gz SponsorBlock-798221606d637445f1244d94d28e1492f0358362.zip |
Revert padding change
Diffstat (limited to 'public')
-rw-r--r-- | public/content.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/content.css b/public/content.css index 6b67294b..216f8ba8 100644 --- a/public/content.css +++ b/public/content.css @@ -124,8 +124,6 @@ bottom: 100px; right: 10px; - padding-left: 5px; - padding-right: 5px; } .sponsorSkipNoticeParent, .sponsorSkipNotice { @@ -133,6 +131,8 @@ border-radius: 5px; border-spacing: 5px 10px; + padding-left: 5px; + padding-right: 5px; border-collapse: unset; } |