Added basic PoC expanding notice

todo: move code to the general notice
This commit is contained in:
Ajay Ramachandran
2021-06-30 23:43:45 -04:00
parent 7adf0ad169
commit 6d07abf6c8
3 changed files with 209 additions and 140 deletions

View File

@@ -119,13 +119,28 @@
margin-left: 5px;
}
.sponsorSkipNotice {
min-width: 350px;
background-color: rgba(28, 28, 28, 0.9);
.sponsorSkipNoticeParent {
min-width: 350px;
position: absolute;
right: 5px;
bottom: 100px;
right: 10px;
z-index: 1000;
border-radius: 5px;
border-spacing: 5px 10px;
padding-left: 5px;
padding-right: 5px;
border-collapse: unset;
}
.sponsorSkipNotice {
min-width: 350px;
background-color: rgba(28, 28, 28, 0.9);
border-radius: 5px;
@@ -135,9 +150,13 @@
border-collapse: unset;
transition: opacity 0.1s ease-out;
transition: all 0.1s ease-out;
}
/* .sponsorSkipNotice .miniNotice {
bottom: 146px;
} */
.sponsorSkipNotice .hidden {
display: none;
}