mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
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:
parent
24a327994e
commit
6046b7867a
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user