diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-01 00:54:52 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-01 00:54:52 -0400 |
commit | d27ddc85aeef62c4f6d64c51750f7c0f868c7d22 (patch) | |
tree | 10730204bac380d057b545fe36ba309f497ae0b8 /public | |
parent | 6d07abf6c8eb9d345315331153fd1439d73d851b (diff) | |
download | SponsorBlock-d27ddc85aeef62c4f6d64c51750f7c0f868c7d22.tar.gz SponsorBlock-d27ddc85aeef62c4f6d64c51750f7c0f868c7d22.zip |
Move code for smaller notice into general notice component
Fixes other notices
Diffstat (limited to 'public')
-rw-r--r-- | public/content.css | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/public/content.css b/public/content.css index 9fc67cd8..dc5e94c3 100644 --- a/public/content.css +++ b/public/content.css @@ -120,17 +120,17 @@ } .sponsorSkipNoticeParent { - min-width: 350px; position: absolute; right: 5px; bottom: 100px; right: 10px; - - z-index: 1000; - - border-radius: 5px; +} +.sponsorSkipNoticeParent, .sponsorSkipNotice { + min-width: 350px; + + border-radius: 5px; border-spacing: 5px 10px; padding-left: 5px; padding-right: 5px; @@ -142,21 +142,9 @@ min-width: 350px; background-color: rgba(28, 28, 28, 0.9); - border-radius: 5px; - - border-spacing: 5px 10px; - padding-left: 5px; - padding-right: 5px; - - border-collapse: unset; - transition: all 0.1s ease-out; } -/* .sponsorSkipNotice .miniNotice { - bottom: 146px; -} */ - .sponsorSkipNotice .hidden { display: none; } |