diff options
author | Ajay Ramachandran <[email protected]> | 2021-10-15 19:28:54 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-15 19:28:54 -0400 |
commit | 5ee6a2195d33ccc095f56d7c82f646720844d9b2 (patch) | |
tree | 915ef4dc700463e6f8afa621170c9a62a2b0bf02 | |
parent | 63d4c1aedb72baefe4b5557b34308f937dab1821 (diff) | |
parent | 75607dea1c60a549ab082776f5e94697502d9b9d (diff) | |
download | SponsorBlock-5ee6a2195d33ccc095f56d7c82f646720844d9b2.tar.gz SponsorBlock-5ee6a2195d33ccc095f56d7c82f646720844d9b2.zip |
Merge pull request #1002 from maximmax42/patch-1
Added margin-bottom for #sponsorblockPopup
-rw-r--r-- | public/popup.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/popup.css b/public/popup.css index db0e4726..eab8dcd3 100644 --- a/public/popup.css +++ b/public/popup.css @@ -46,6 +46,7 @@ width: 330px; padding: 22px; text-align: center; + margin-bottom: var(--ytd-margin-6x); } #issueReporterTimeButtons > .votingButtons > .segmentTimeButton { |