From 072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 21 Jun 2018 11:32:13 +0200 Subject: Issue #517 Part 6: Restyle for Pale Moon. This splits out common rules for different OSes to themes/shared and applies new styling to the newtab page. --- application/palemoon/app/profile/palemoon.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'application/palemoon/app') diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js index dc4d79ac4..1894a30f2 100644 --- a/application/palemoon/app/profile/palemoon.js +++ b/application/palemoon/app/profile/palemoon.js @@ -1122,6 +1122,12 @@ pref("browser.padlock.urlbar_background", 2); //Pale Moon standalone image background color pref("browser.display.standalone_images.background_color", "#2E3B41"); +// These are the thumbnail width/height set in about:newtab. +// If you change this, ENSURE IT IS THE SAME SIZE SET +// by about:newtab. These values are in CSS pixels. +pref("toolkit.pageThumbs.minWidth", 250); +pref("toolkit.pageThumbs.minHeight", 180); + // ****************** domain-specific UAs ****************** // AMO needs "Firefox", obviously - pass on the OS (determined at build time) -- cgit v1.2.3