diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-06-21 11:32:13 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-21 11:32:13 +0200 |
commit | 072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef (patch) | |
tree | 3e8a0f855a5f3ebe486e29a1951e8a853abb097e /application/palemoon/app/profile/palemoon.js | |
parent | 79ad98f406e1d6e084ec8b968418263b53ba34ca (diff) | |
download | UXP-072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef.tar UXP-072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef.tar.gz UXP-072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef.tar.lz UXP-072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef.tar.xz UXP-072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef.zip |
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.
Diffstat (limited to 'application/palemoon/app/profile/palemoon.js')
-rw-r--r-- | application/palemoon/app/profile/palemoon.js | 6 |
1 files changed, 6 insertions, 0 deletions
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) |