From 503adba0acb737dbe8754c72fa83ca3061495174 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Fri, 6 Dec 2019 18:14:59 +0300 Subject: [PATCH] [styles] 1.5x styles applyed for 2x scaling because wrong media query --- .../main/resources/img/toolbar/1.5x/big/.css.handlebars | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/common/main/resources/img/toolbar/1.5x/big/.css.handlebars b/apps/common/main/resources/img/toolbar/1.5x/big/.css.handlebars index 6b49c6432..e355e2822 100644 --- a/apps/common/main/resources/img/toolbar/1.5x/big/.css.handlebars +++ b/apps/common/main/resources/img/toolbar/1.5x/big/.css.handlebars @@ -1,7 +1,8 @@ {{#spritesheet}} @media only screen { - @media (-webkit-min-device-pixel-ratio: 1.5), - (min-resolution: 1.5dppx), (min-resolution: 144dpi) + @media (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.9), + (min-resolution: 1.5dppx) and (max-resolution: 1.9dppx), + (min-resolution: 144dpi) and (max-resolution: 191dpi) { .x-huge .toolbar__icon { background-image: url(resources/{{{escaped_image}}});