From 6e8bdc5e6b75d669637df7be4aaf81aa79a4652c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 15 Jun 2020 12:49:11 +0300 Subject: [PATCH] Fix recent icons --- apps/documenteditor/main/resources/less/filemenu.less | 2 +- apps/presentationeditor/main/resources/less/leftmenu.less | 2 +- apps/spreadsheeteditor/main/resources/less/leftmenu.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/main/resources/less/filemenu.less b/apps/documenteditor/main/resources/less/filemenu.less index f3ffcc992..1601c15e3 100644 --- a/apps/documenteditor/main/resources/less/filemenu.less +++ b/apps/documenteditor/main/resources/less/filemenu.less @@ -228,7 +228,7 @@ float: left; width: 25px; height: 25px; - margin-top: 2px; + margin-top: 1px; svg { width: 100%; height: 100%; diff --git a/apps/presentationeditor/main/resources/less/leftmenu.less b/apps/presentationeditor/main/resources/less/leftmenu.less index 8b771da05..2a6669ac2 100644 --- a/apps/presentationeditor/main/resources/less/leftmenu.less +++ b/apps/presentationeditor/main/resources/less/leftmenu.less @@ -296,7 +296,7 @@ float: left; width: 25px; height: 25px; - margin-top: 2px; + margin-top: 1px; svg { width: 100%; height: 100%; diff --git a/apps/spreadsheeteditor/main/resources/less/leftmenu.less b/apps/spreadsheeteditor/main/resources/less/leftmenu.less index b023ab056..52a838ce3 100644 --- a/apps/spreadsheeteditor/main/resources/less/leftmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/leftmenu.less @@ -349,7 +349,7 @@ float: left; width: 25px; height: 25px; - margin-top: 2px; + margin-top: 1px; svg { width: 100%; height: 100%;