Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: edito page and notes overview page size are not consistent - EXO-65734 - Meeds-io/MIPs#70 #715

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions notes-webapp/src/main/webapp/skin/less/notes/notes.less
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down Expand Up @@ -198,7 +196,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