[scaling] fix bug 52135
This commit is contained in:
parent
d2e0feb4e4
commit
bbdb119ddd
|
@ -4,7 +4,7 @@
|
||||||
(min-resolution: 1.25dppx) and (max-resolution: 1.4dppx),
|
(min-resolution: 1.25dppx) and (max-resolution: 1.4dppx),
|
||||||
(min-resolution: 120dpi) and (max-resolution: 143dpi)
|
(min-resolution: 120dpi) and (max-resolution: 143dpi)
|
||||||
{
|
{
|
||||||
.x-huge .toolbar__icon {
|
.x-huge .toolbar__icon, .toolbar__icon.toolbar__icon-big {
|
||||||
background-image: url(resources/{{{escaped_image}}});
|
background-image: url(resources/{{{escaped_image}}});
|
||||||
background-size: {{scaled width 1.25}}px auto;
|
background-size: {{scaled width 1.25}}px auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
(min-resolution: 1.75dppx) and (max-resolution: 1.9dppx),
|
(min-resolution: 1.75dppx) and (max-resolution: 1.9dppx),
|
||||||
(min-resolution: 168dpi) and (max-resolution: 191dpi)
|
(min-resolution: 168dpi) and (max-resolution: 191dpi)
|
||||||
{
|
{
|
||||||
.x-huge .toolbar__icon {
|
.x-huge .toolbar__icon, .toolbar__icon.toolbar__icon-big {
|
||||||
background-image: url(resources/{{{escaped_image}}});
|
background-image: url(resources/{{{escaped_image}}});
|
||||||
background-size: {{scaled width 1.75}}px auto;
|
background-size: {{scaled width 1.75}}px auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue