From be2063263d42bbdfc8dc31c9ca5b0f82293cf493 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 10 Feb 2021 16:37:40 +0300 Subject: [PATCH] [multi-scaling] repaired window's close icon --- apps/common/main/resources/less/window.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/common/main/resources/less/window.less b/apps/common/main/resources/less/window.less index 0ea0bf672..3318e5c06 100644 --- a/apps/common/main/resources/less/window.less +++ b/apps/common/main/resources/less/window.less @@ -94,10 +94,10 @@ &:before, &:after { content: ' '; position: absolute; - left: 7px; - top: 1px; + left: calc(7px/@pixel-ratio-factor); + top: @scaled-one-px-value; height: 14px; - width: 1px; + width: @scaled-one-px-value; background-color: @icon-normal; }