[DE] fix bug 51945

This commit is contained in:
Maxim Kadushkin 2021-08-19 23:17:56 +03:00
parent 2c88513c96
commit 934d5f8f2e
2 changed files with 12 additions and 6 deletions

View file

@ -1,6 +1,9 @@
{{#spritesheet}}
.pixel-ratio__1_25 {
.options__icon.options__icon-huge {
background-image: url(resources/{{{escaped_image}}});
background-size: 80px auto;
background-size: var(--huge-icon-background-image-width) auto;
}
}
{{/spritesheet}}

View file

@ -1,6 +1,9 @@
{{#spritesheet}}
.pixel-ratio__1_75 {
.options__icon.options__icon-huge {
background-image: url(resources/{{{escaped_image}}});
background-size: 80px auto;
background-size: var(--huge-icon-background-image-width) auto;
}
}
{{/spritesheet}}