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 b0f6d6c6ed..d6e4bd9874 100644 --- a/notes-webapp/src/main/webapp/skin/less/notes/notes.less +++ b/notes-webapp/src/main/webapp/skin/less/notes/notes.less @@ -60,18 +60,20 @@ z-index: 1031; background: #eeeeee; + .notes-content-wrapper { + min-height: calc(~"100vh - 210px"); + } + .notes-content { - height: calc(~"100vh - 120px"); + height: calc(~"100vh - 100px"); overflow: auto; z-index: 5; background-color: #eeeeee; 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%; @@ -185,7 +187,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 e27666b16f..ee6c754950 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 @@ -53,8 +53,10 @@
-
-
+
+
-
+