From f5a32b57d4103467289bb1e713861b95a61881fd Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 17 Aug 2017 17:03:36 +0300 Subject: [PATCH] Fix bug with default logo in About page. --- apps/common/main/resources/less/about.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/resources/less/about.less b/apps/common/main/resources/less/about.less index aa1e469ba..758f4032e 100644 --- a/apps/common/main/resources/less/about.less +++ b/apps/common/main/resources/less/about.less @@ -1,7 +1,7 @@ .about-dlg { .asc-about-office { background-repeat: no-repeat; - .background-ximage('@{common-image-path}/about/OnlyOffice.png', '@{common-image-path}/about/OnlyOffice@2x.png', 420px); + .background-ximage('@{common-image-path}/about/OnlyOffice.png', '@{common-image-path}/about/OnlyOffice@2x.png', 340px); width: 340px; height: 55px;