mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-04-02 11:08:23 +03:00
Move code for smaller notice into general notice component
Fixes other notices
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user