mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fix skip notice width limiting
This commit is contained in:
parent
4880227320
commit
b70f50e1a0
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@
|
|||
}
|
||||
|
||||
.sponsorSkipNoticeLimitWidth {
|
||||
min-width: calc(100% - 50px);
|
||||
max-width: calc(100% - 50px);
|
||||
}
|
||||
|
||||
.sponsorSkipNotice .hidden {
|
||||
|
|
Loading…
Reference in a new issue