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?"
},
"whitelistChannel": {
"message": "Add to whitelist"
"message": "Whitelist channel"
},
"removeFromWhitelist": {
"message": "Remove from whitelist"
"message": "Remove channel from whitelist"
},
"voteOnTime": {
"message": "Vote On A Segment"

View File

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