Fix skip notice width limiting

This commit is contained in:
Ajay 2022-05-31 03:06:48 -04:00
parent 4880227320
commit b70f50e1a0

View file

@ -183,7 +183,7 @@
}
.sponsorSkipNoticeLimitWidth {
min-width: calc(100% - 50px);
max-width: calc(100% - 50px);
}
.sponsorSkipNotice .hidden {