Add basic chat box when getting a warning

This commit is contained in:
Ajay Ramachandran
2021-07-29 18:16:44 -04:00
parent 1656fae2d4
commit 1a855a6993
6 changed files with 63 additions and 7 deletions

View File

@@ -121,6 +121,16 @@
margin-left: 5px;
}
.chatNotice {
min-width: 350px;
height: 70%;
position: absolute;
right: 5px;
bottom: 100px;
right: 10px;
}
.sponsorSkipNotice {
min-width: 350px;
background-color: rgba(28, 28, 28, 0.9);