2019-11-27 17:12:05 +00:00
|
|
|
{{#spritesheet}}
|
|
|
|
@media only screen {
|
2021-05-21 08:19:26 +00:00
|
|
|
@media (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.7),
|
|
|
|
(min-resolution: 1.5dppx) and (max-resolution: 1.7dppx),
|
|
|
|
(min-resolution: 144dpi) and (max-resolution: 167dpi)
|
2019-11-27 17:12:05 +00:00
|
|
|
{
|
2021-05-10 19:38:13 +00:00
|
|
|
.x-huge .toolbar__icon, .toolbar__icon.toolbar__icon-big {
|
2019-11-27 17:12:05 +00:00
|
|
|
background-image: url(resources/{{{escaped_image}}});
|
|
|
|
background-size: {{scaled width 1.5}}px auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-01-26 20:52:43 +00:00
|
|
|
|
|
|
|
.toolbar__icon.toolbar__icon-big {
|
2021-02-16 07:21:22 +00:00
|
|
|
background-size: 56px auto;
|
2021-01-26 20:52:43 +00:00
|
|
|
background-size: var(--big-icon-background-image-width) auto;
|
|
|
|
}
|
2019-11-27 17:12:05 +00:00
|
|
|
{{/spritesheet}}
|