Merge pull request #573 from ajayyy/padding

Lower popup padding
This commit is contained in:
Ajay Ramachandran
2020-12-14 23:41:52 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -122,10 +122,10 @@
"message": "Are you sure you want to submit this?" "message": "Are you sure you want to submit this?"
}, },
"whitelistChannel": { "whitelistChannel": {
"message": "Add to whitelist" "message": "Whitelist channel"
}, },
"removeFromWhitelist": { "removeFromWhitelist": {
"message": "Remove from whitelist" "message": "Remove channel from whitelist"
}, },
"voteOnTime": { "voteOnTime": {
"message": "Vote On A Segment" "message": "Vote On A Segment"

View File

@@ -27,7 +27,7 @@
color: var(--sb-main-fg-color); color: var(--sb-main-fg-color);
background: none; background: none;
border: none; border: none;
padding: 10px 8px; padding: 7px;
outline: none; outline: none;
cursor: pointer; cursor: pointer;