mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 14:07:13 +03:00
Fix popup width when rendered in-page
This commit is contained in:
@@ -33,6 +33,14 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Disable fixed popup width when displayed inline
|
||||||
|
*/
|
||||||
|
|
||||||
|
#sponsorBlockPopupContainer #sponsorBlockPopupBody {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Disable transition on all elements until the extension has loaded
|
* Disable transition on all elements until the extension has loaded
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user