diff options
Diffstat (limited to 'public/content.css')
-rw-r--r-- | public/content.css | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/public/content.css b/public/content.css index 2bd1b113..4751d293 100644 --- a/public/content.css +++ b/public/content.css @@ -217,7 +217,7 @@ /* if two are very close to eachother */ .secondSkipNotice { - bottom: 250px; + bottom: 290px; } .noticeLeftIcon { @@ -254,12 +254,16 @@ .sponsorTimesVoteButtonsContainer { float: left; - + vertical-align:middle; padding: 2px 5px; margin-right: 4px; } +.sponsorTimesVoteButtonsContainer div{ + display: inline-block; +} + .sponsorSkipNoticeRightSection { right: 0; position: absolute; @@ -330,7 +334,8 @@ } .voteButton { - height: 17px; + height: 24px; + width: 24px; cursor: pointer; } .voteButton:hover { @@ -556,6 +561,10 @@ input::-webkit-inner-spin-button { border-color: rgba(28, 28, 28, 0.7) transparent transparent transparent; } +.sponsorBlockLockedColor { + color: #ffc83d; +} + .sponsorBlockRectangleTooltip { position: absolute; border-radius: 5px; @@ -565,3 +574,4 @@ input::-webkit-inner-spin-button { white-space: normal; line-height: 1.5em; } + |