From 674ac07798aba5e12e1f7c411ffbb80ae9492bee Mon Sep 17 00:00:00 2001 From: Dmitry-Ilyushechkin Date: Tue, 1 Jul 2025 12:17:01 +0300 Subject: [PATCH] fix bug 75605 --- apps/documenteditor/main/resources/less/filemenu.less | 2 +- apps/pdfeditor/main/resources/less/filemenu.less | 2 +- apps/presentationeditor/main/resources/less/leftmenu.less | 2 +- apps/spreadsheeteditor/main/resources/less/leftmenu.less | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/documenteditor/main/resources/less/filemenu.less b/apps/documenteditor/main/resources/less/filemenu.less index ae11d87c64..a38673a5c0 100644 --- a/apps/documenteditor/main/resources/less/filemenu.less +++ b/apps/documenteditor/main/resources/less/filemenu.less @@ -523,7 +523,7 @@ height: 100%; div{ background: ~"url(@{common-image-const-path}/doc-formats/formats.png)"; - background-size: 1176px 30px; + background-size: 1200px 30px; &:not(.svg-file-recent) { .pixel-ratio__1_25 & { background-image: ~"url(@{common-image-const-path}/doc-formats/formats@1.25x.png)"; diff --git a/apps/pdfeditor/main/resources/less/filemenu.less b/apps/pdfeditor/main/resources/less/filemenu.less index 43a58dd957..79567e784f 100644 --- a/apps/pdfeditor/main/resources/less/filemenu.less +++ b/apps/pdfeditor/main/resources/less/filemenu.less @@ -388,7 +388,7 @@ height: 100%; div{ background: ~"url(@{common-image-const-path}/doc-formats/formats.png)"; - background-size: 1176px 30px; + background-size: 1200px 30px; &:not(.svg-file-recent) { .pixel-ratio__1_25 & { background-image: ~"url(@{common-image-const-path}/doc-formats/formats@1.25x.png)"; diff --git a/apps/presentationeditor/main/resources/less/leftmenu.less b/apps/presentationeditor/main/resources/less/leftmenu.less index eb54ff6fb4..263f12e50a 100644 --- a/apps/presentationeditor/main/resources/less/leftmenu.less +++ b/apps/presentationeditor/main/resources/less/leftmenu.less @@ -365,7 +365,7 @@ height: 100%; div{ background: ~"url(@{common-image-const-path}/doc-formats/formats.png)"; - background-size: 1176px 30px; + background-size: 1200px 30px; &:not(.svg-file-recent) { .pixel-ratio__1_25 & { background-image: ~"url(@{common-image-const-path}/doc-formats/formats@1.25x.png)"; diff --git a/apps/spreadsheeteditor/main/resources/less/leftmenu.less b/apps/spreadsheeteditor/main/resources/less/leftmenu.less index 74064152d4..1a5edb869d 100644 --- a/apps/spreadsheeteditor/main/resources/less/leftmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/leftmenu.less @@ -593,7 +593,7 @@ height: 100%; div{ background: ~"url(@{common-image-const-path}/doc-formats/formats.png)"; - background-size: 1176px 30px; + background-size: 1200px 30px; &:not(.svg-file-recent) { .pixel-ratio__1_25 & { background-image: ~"url(@{common-image-const-path}/doc-formats/formats@1.25x.png)";