diff options
author | Ajay Ramachandran <[email protected]> | 2020-12-14 23:41:52 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-14 23:41:52 -0500 |
commit | ba012930677bcdcf600ec2f31115c7170dbdee7f (patch) | |
tree | 6eab2bba83730025387604f2a00590207466753c | |
parent | 881f46c65c039d738dcc87d5a8380918e3a8f57b (diff) | |
parent | 59fbc84017c1cfcd9970ecbf0fb3d7163aad35e7 (diff) | |
download | SponsorBlock-ba012930677bcdcf600ec2f31115c7170dbdee7f.tar.gz SponsorBlock-ba012930677bcdcf600ec2f31115c7170dbdee7f.zip |
Merge pull request #573 from ajayyy/padding
Lower popup padding
-rw-r--r-- | public/_locales/en/messages.json | 4 | ||||
-rw-r--r-- | public/popup.css | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index a13a3165..c6d5db91 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -122,10 +122,10 @@ "message": "Are you sure you want to submit this?" }, "whitelistChannel": { - "message": "Add to whitelist" + "message": "Whitelist channel" }, "removeFromWhitelist": { - "message": "Remove from whitelist" + "message": "Remove channel from whitelist" }, "voteOnTime": { "message": "Vote On A Segment" diff --git a/public/popup.css b/public/popup.css index 5a9f7b01..70e3c481 100644 --- a/public/popup.css +++ b/public/popup.css @@ -27,7 +27,7 @@ color: var(--sb-main-fg-color); background: none; border: none; - padding: 10px 8px; + padding: 7px; outline: none; cursor: pointer; |