aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlec Rust <[email protected]>2022-03-19 21:01:11 +0000
committerAlec Rust <[email protected]>2022-04-15 16:12:16 +0100
commit82bdc28305924b43a71826e7f85cf174ded121b6 (patch)
tree2de85448c02170fcaca95d6ff5809ba649296066
parent7c4f649016189d3bfb6c13097b220acd39dc6983 (diff)
downloadSponsorBlock-82bdc28305924b43a71826e7f85cf174ded121b6.tar.gz
SponsorBlock-82bdc28305924b43a71826e7f85cf174ded121b6.zip
Fix popup width issues in Firefox
fixes #778
-rw-r--r--public/popup.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/popup.css b/public/popup.css
index 884f812e..83ab9fcd 100644
--- a/public/popup.css
+++ b/public/popup.css
@@ -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);