mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 21:17:20 +03:00
Fix popup width when rendered in-page
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user