From efd1bf174985438bfe82bc0c85e4a1a78e77ffd8 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 7 Jun 2023 16:43:09 +0300 Subject: [PATCH] Correct styles and remove unused property --- apps/common/mobile/lib/view/collaboration/Collaboration.jsx | 2 +- apps/common/mobile/resources/less/common-ios.less | 3 +++ apps/common/mobile/resources/less/common.less | 2 +- apps/documenteditor/mobile/src/view/add/Add.jsx | 2 +- apps/documenteditor/mobile/src/view/settings/Settings.jsx | 2 +- apps/presentationeditor/mobile/src/view/add/Add.jsx | 2 +- apps/presentationeditor/mobile/src/view/edit/Edit.jsx | 2 +- apps/presentationeditor/mobile/src/view/settings/Settings.jsx | 2 +- apps/spreadsheeteditor/mobile/src/view/add/Add.jsx | 2 +- apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx | 2 +- apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx | 2 +- 11 files changed, 13 insertions(+), 10 deletions(-) diff --git a/apps/common/mobile/lib/view/collaboration/Collaboration.jsx b/apps/common/mobile/lib/view/collaboration/Collaboration.jsx index a80a87f291..47504c373a 100644 --- a/apps/common/mobile/lib/view/collaboration/Collaboration.jsx +++ b/apps/common/mobile/lib/view/collaboration/Collaboration.jsx @@ -105,7 +105,7 @@ const PageCollaboration = inject('storeAppOptions', 'users')(observer(props => { const isViewer = appOptions.isViewer; return ( - + {Device.phone && diff --git a/apps/common/mobile/resources/less/common-ios.less b/apps/common/mobile/resources/less/common-ios.less index d64c055f99..f48959e8e9 100644 --- a/apps/common/mobile/resources/less/common-ios.less +++ b/apps/common/mobile/resources/less/common-ios.less @@ -58,6 +58,9 @@ --f7-block-text-color: @text-secondary; + --f7-theme-color-shade: @background-primary; + --f7-fab-pressed-bg-color: @background-primary; + // Main Toolbar #editor-navbar.navbar .right a + a, #editor-navbar.navbar .left a + a { diff --git a/apps/common/mobile/resources/less/common.less b/apps/common/mobile/resources/less/common.less index 8a74a982b5..c3009d423f 100644 --- a/apps/common/mobile/resources/less/common.less +++ b/apps/common/mobile/resources/less/common.less @@ -112,7 +112,7 @@ padding: 14px 10px 0 10px; } -.list { +.view .list { max-width: 100%; --menu-list-offset: 0px; diff --git a/apps/documenteditor/mobile/src/view/add/Add.jsx b/apps/documenteditor/mobile/src/view/add/Add.jsx index 748f77f3ad..fd06a58e93 100644 --- a/apps/documenteditor/mobile/src/view/add/Add.jsx +++ b/apps/documenteditor/mobile/src/view/add/Add.jsx @@ -213,7 +213,7 @@ const AddTabs = inject("storeFocusObjects", "storeTableSettings")(observer(({sto // } return ( - + diff --git a/apps/documenteditor/mobile/src/view/settings/Settings.jsx b/apps/documenteditor/mobile/src/view/settings/Settings.jsx index 60a5db5006..bc26e81c94 100644 --- a/apps/documenteditor/mobile/src/view/settings/Settings.jsx +++ b/apps/documenteditor/mobile/src/view/settings/Settings.jsx @@ -175,7 +175,7 @@ const SettingsList = inject("storeAppOptions", "storeReview", "storeDocumentInfo } return ( - + {navbar} diff --git a/apps/presentationeditor/mobile/src/view/add/Add.jsx b/apps/presentationeditor/mobile/src/view/add/Add.jsx index 0bad99cbe2..b1aecb4f19 100644 --- a/apps/presentationeditor/mobile/src/view/add/Add.jsx +++ b/apps/presentationeditor/mobile/src/view/add/Add.jsx @@ -152,7 +152,7 @@ const AddTabs = props => { // } return ( - + diff --git a/apps/presentationeditor/mobile/src/view/edit/Edit.jsx b/apps/presentationeditor/mobile/src/view/edit/Edit.jsx index 2285f446ad..f57aad6bf1 100644 --- a/apps/presentationeditor/mobile/src/view/edit/Edit.jsx +++ b/apps/presentationeditor/mobile/src/view/edit/Edit.jsx @@ -341,7 +341,7 @@ const EditTabs = props => { } return ( - + diff --git a/apps/presentationeditor/mobile/src/view/settings/Settings.jsx b/apps/presentationeditor/mobile/src/view/settings/Settings.jsx index 52e60c7c33..e89d18fdc3 100644 --- a/apps/presentationeditor/mobile/src/view/settings/Settings.jsx +++ b/apps/presentationeditor/mobile/src/view/settings/Settings.jsx @@ -167,7 +167,7 @@ const SettingsList = inject("storeAppOptions", "storeToolbarSettings")(observer( }; return ( - + {navbar} diff --git a/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx b/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx index 323fc59100..99149ebb81 100644 --- a/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx @@ -184,7 +184,7 @@ const AddTabs = props => { } return ( - + diff --git a/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx b/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx index fba18ba830..33e6832866 100644 --- a/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx @@ -435,7 +435,7 @@ const EditTabs = props => { } return ( - + diff --git a/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx b/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx index 623abdabc2..a5f741637b 100644 --- a/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx @@ -177,7 +177,7 @@ const SettingsList = inject("storeAppOptions")(observer(props => { }; return ( - + {navbar}