diff options
author | Ajay <[email protected]> | 2022-06-03 01:38:32 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-06-03 01:38:32 -0400 |
commit | 9664bbea736a1d5254a42b765c1871059563f088 (patch) | |
tree | b0577a399601ce23a67d1e036c8acce623cc51ff /public/popup.css | |
parent | 20b95887af0db2cc4f82a5b8350bb9280a23c64f (diff) | |
download | SponsorBlock-9664bbea736a1d5254a42b765c1871059563f088.tar.gz SponsorBlock-9664bbea736a1d5254a42b765c1871059563f088.zip |
Change alignment of some popup elements
Diffstat (limited to 'public/popup.css')
-rw-r--r-- | public/popup.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/popup.css b/public/popup.css index 9b9905e2..46b690c4 100644 --- a/public/popup.css +++ b/public/popup.css @@ -268,6 +268,10 @@ white-space: normal; } +.sbVoteButtonsContainer { + text-align: right; +} + /* * Buttons that appear under a segment on click */ @@ -465,7 +469,14 @@ .sbYourWorkCols > div { display: flex; border-top: 2px solid var(--sb-grey-bg-color); + border-bottom: 2px solid var(--sb-grey-bg-color); +} + +.sbStatsSentence { + padding-top: 5px; + padding-bottom: 5px; } + /* * Increase font size of username input and display */ |