From c9dc1ee030c49afd782b5cdd45afa4ddd020020d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 19 Oct 2021 13:32:23 +0300 Subject: [PATCH] [SSE mobile] Fix Bug 53188 --- apps/common/mobile/resources/less/common.less | 6 +++--- apps/spreadsheeteditor/mobile/src/store/cellSettings.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/common/mobile/resources/less/common.less b/apps/common/mobile/resources/less/common.less index fa988e6722..ae0471b93c 100644 --- a/apps/common/mobile/resources/less/common.less +++ b/apps/common/mobile/resources/less/common.less @@ -535,10 +535,10 @@ padding-top: 5px; li.item-theme { border: 0.5px solid #c8c7cc; - padding: 2px; + padding: 1px; background-repeat: no-repeat; - width: 106px; - height: 56px; + width: 108px; + height: 52px; margin-bottom: 10px; background-position: center; .item-content { diff --git a/apps/spreadsheeteditor/mobile/src/store/cellSettings.js b/apps/spreadsheeteditor/mobile/src/store/cellSettings.js index a715a23532..c34c0d6a34 100644 --- a/apps/spreadsheeteditor/mobile/src/store/cellSettings.js +++ b/apps/spreadsheeteditor/mobile/src/store/cellSettings.js @@ -35,8 +35,8 @@ export class storeCellSettings { } styleSize = { - width: 100, - height: 50 + width: 104, + height: 48 }; borderInfo = {