summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-11-02 20:42:04 +0100
committerMoonchild <moonchild@palemoon.org>2023-11-02 20:42:04 +0100
commitf2f5d3072ebbbee764ca23f4e192bd75e7583141 (patch)
tree800cd84cd84ce319b648f41057c21be1694100ad
parent88f16c7d8d2f9b7ff5a19ebb5b02ac582e5fbf45 (diff)
downloadpalemoon-f2f5d3072ebbbee764ca23f4e192bd75e7583141.tar.gz
Fix alt background size.
-rw-r--r--palemoon/branding/official/content/aboutDialog.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/palemoon/branding/official/content/aboutDialog.css b/palemoon/branding/official/content/aboutDialog.css
index 97cebf9a4..0dbb14750 100644
--- a/palemoon/branding/official/content/aboutDialog.css
+++ b/palemoon/branding/official/content/aboutDialog.css
@@ -62,5 +62,7 @@
top: 0; left: 0;
width: 100%; height: 100%;
background-image: url("chrome://branding/content/PM-halloween23.jpg");
+ background-repeat: no-repeat;
+ background-size: cover;
}