From e03627f4940aae1c1d8e33b8145e0a08d9aa110d Mon Sep 17 00:00:00 2001 From: hakermi Date: Thu, 31 Aug 2023 13:37:58 +0100 Subject: [PATCH] feat: edito page and notes overview page size are not consistent - EXO-65734 - Meeds-io/MIPs#70 edito page and notes overview page size are not consistent --- notes-webapp/src/main/webapp/skin/less/notes/notes.less | 5 +---- .../vue-app/notes-editor/components/NotesEditorDashboard.vue | 4 ++-- .../main/webapp/vue-app/notes/components/NotesOverview.vue | 4 ++-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/notes-webapp/src/main/webapp/skin/less/notes/notes.less b/notes-webapp/src/main/webapp/skin/less/notes/notes.less index 37b5f12354..fbdc908be5 100644 --- a/notes-webapp/src/main/webapp/skin/less/notes/notes.less +++ b/notes-webapp/src/main/webapp/skin/less/notes/notes.less @@ -81,10 +81,8 @@ margin-top: 102px; .notes-content-form { - background: white; - margin: 20px 14% 0 14% !important; + margin: 20px auto !important; min-height: calc(~"100vh - 140px"); - #cke_notesContent { border-color: transparent; flex: 0 1 100%; @@ -198,7 +196,6 @@ .notes-application-content { overflow: auto; min-height: calc(~"100vh - 350px"); - margin: 4px; } } diff --git a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue index 45ec711766..de17d8a9f2 100644 --- a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue +++ b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue @@ -76,8 +76,8 @@
-
-
+
+
-
+