diff options
author | Ajay Ramachandran <[email protected]> | 2021-10-15 19:00:38 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-15 19:00:38 -0400 |
commit | e9204be96fff35c466a0d0c154d54c025df7ecb7 (patch) | |
tree | e747f550b10463b8b8d1690017f7413da8d0ae37 /public/content.css | |
parent | b8ab05ccad16604bd02c30d0e0ba107bcbe9f18e (diff) | |
parent | 08630616655d91a40b864d9997f0f5975d0e9b6a (diff) | |
download | SponsorBlock-e9204be96fff35c466a0d0c154d54c025df7ecb7.tar.gz SponsorBlock-e9204be96fff35c466a0d0c154d54c025df7ecb7.zip |
Merge pull request #988 from FlorianZahn/copySegment
Copy segments into your unsubmitted and SkipNotice changes
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; } + |