Fix popup width issues in Firefox

fixes #778
This commit is contained in:
Alec Rust 2022-03-19 21:01:11 +00:00
parent 7c4f649016
commit 82bdc28305
No known key found for this signature in database
GPG key ID: EB374231DBCA5067

View file

@ -34,6 +34,7 @@
#sponsorBlockPopupBody {
margin: 0;
width: 374px;
max-width: 100%; /* NOTE: Ensures content doesn't exceed restricted popup widths in Firefox */
font-family: var(--sb-main-font-family);
font-size: 14px;
background-color: var(--sb-main-bg-color);