Skip to content

Commit

Permalink
feat: edito page and notes overview page size are not consistent - EX…
Browse files Browse the repository at this point in the history
…O-65734 - Meeds-io/MIPs#70 (#715)

edito page and notes overview page size are not consistent
  • Loading branch information
hakermi authored and exo-swf committed Sep 28, 2023
1 parent c0ea394 commit 9d485b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions notes-webapp/src/main/webapp/skin/less/notes/notes.less
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,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%;
Expand Down Expand Up @@ -198,7 +200,6 @@
.notes-application-content {
overflow: auto;
min-height: calc(~"100vh - 350px");
margin: 4px;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
</div>
<form class="notes-content">
<div class="notes-content-form px-4">
<div class="formInputGroup notesTitle mx-3">
<div class="notes-content-form singlePageApplication py-1 px-5">
<div class="formInputGroup notesTitle white px-5">
<input
id="notesTitle"
ref="noteTitle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<div>
<div
v-if="isAvailableNote"
class="notes-application white border-radius pa-6"
class="notes-application white border-radius pa-5"
ref="content">
<div class="notes-application-header">
<div class="notes-title d-flex justify-space-between pb-4">
<div class="notes-title d-flex justify-space-between pb-4 ps-1">
<span
ref="noteTitle"
class="title text-color mt-n1">
Expand Down

0 comments on commit 9d485b5

Please sign in to comment.