mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fix popup width when rendered in-page
This commit is contained in:
parent
5b62e76a63
commit
24fc5e4370
1 changed files with 8 additions and 0 deletions
|
@ -33,6 +33,14 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
* Disable fixed popup width when displayed inline
|
||||
*/
|
||||
|
||||
#sponsorBlockPopupContainer #sponsorBlockPopupBody {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
* Disable transition on all elements until the extension has loaded
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue