Bug 1384212 - about:home mozilla logo shifts on hover, r?dao draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Wed, 26 Jul 2017 21:26:39 +0100
changeset 616173 7270c590cb16393058764e26ca96594c2442fba8
parent 615935 388d81ed93fa640f91d155f36254667c734157cf
child 639413 843ad998743b1ba7e51d1161b97d560ee2d83296
push id70620
push userbmo:gijskruitbosch+bugs@gmail.com
push dateWed, 26 Jul 2017 20:28:18 +0000
reviewersdao
bugs1384212
milestone56.0a1
Bug 1384212 - about:home mozilla logo shifts on hover, r?dao MozReview-Commit-ID: 1voxAxxHDZ6
browser/base/content/abouthome/aboutHome.css
--- a/browser/base/content/abouthome/aboutHome.css
+++ b/browser/base/content/abouthome/aboutHome.css
@@ -359,18 +359,18 @@ body[narrow] #restorePreviousSession::be
 }
 
 #aboutMozilla::before {
   content: url("chrome://browser/content/abouthome/mozilla.svg");
   display: block;
   position: absolute;
   top: 12px;
   offset-inline-end: 12px;
-  width: 70px;
-  height: 20px;
+  width: 67px;
+  height: 19px;
 }
 
 /* [HiDPI]
  * At resolutions above 1dppx, prefer downscaling the 2x Retina graphics
  * rather than upscaling the original-size ones (bug 818940).
  */
 @media not all and (max-resolution: 1dppx) {
   #brandLogo {