From f4d324d316d3e6472f027e2e5edf003b620dfc50 Mon Sep 17 00:00:00 2001 From: Ed Lee Date: Fri, 30 Aug 2019 23:27:54 +0000 Subject: [PATCH] Bug 1574995 - Update Firefox workmark for the Private Browsing page r=k88hudson Adjust sizing to match https://github.com/mozilla/activity-stream/commit/ba740fb695efbe0c5b7817ffc2439293aff34b39 Differential Revision: https://phabricator.services.mozilla.com/D44274 --HG-- extra : moz-landing-system : lando --- .../shared/privatebrowsing/aboutPrivateBrowsing.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/browser/themes/shared/privatebrowsing/aboutPrivateBrowsing.css b/browser/themes/shared/privatebrowsing/aboutPrivateBrowsing.css index 3f03ed184028..06d19ac4d4bf 100644 --- a/browser/themes/shared/privatebrowsing/aboutPrivateBrowsing.css +++ b/browser/themes/shared/privatebrowsing/aboutPrivateBrowsing.css @@ -34,21 +34,21 @@ p { .logo { background: url("chrome://branding/content/icon128.png") no-repeat center center; - background-size: 97px; + background-size: 96px; display: inline-block; - height: 97px; - width: 97px; + height: 96px; + width: 96px; } .wordmark { background: url("resource://activity-stream/data/content/assets/firefox-wordmark.svg") no-repeat center center; - background-size: 175px; + background-size: 172px; -moz-context-properties: fill; display: inline-block; fill: #fff; - height: 97px; + height: 96px; margin-inline-start: 15px; - width: 175px; + width: 172px; } .search-inner-wrapper {