Bug 1351827 followup: Don't scale down the new mozilla SVG logo for High DPI. r=dao

MozReview-Commit-ID: 18dgWauEzkZ
This commit is contained in:
Pascal Chevrel 2017-05-10 19:09:32 +02:00
parent 24a327994e
commit 6046b7867a

View File

@ -405,14 +405,12 @@ body[narrow] #restorePreviousSession::before {
background-image: url("chrome://browser/content/abouthome/snippet2@2x.png");
}
.launchButton::before,
#aboutMozilla::before {
.launchButton::before {
transform: scale(.5);
transform-origin: 0 0;
}
.launchButton:dir(rtl)::before,
#aboutMozilla:dir(rtl)::before {
.launchButton:dir(rtl)::before {
transform: scale(.5) translateX(32px);
}