git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
baba540
)
Added separation between note header and content
author
Adam Dullage
<redacted>
Tue, 28 Nov 2023 17:05:54 +0000
(17:05 +0000)
committer
Adam Dullage
<redacted>
Tue, 28 Nov 2023 17:05:54 +0000
(17:05 +0000)
flatnotes/src/components/NoteViewerEditor.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/NoteViewerEditor.vue
b/flatnotes/src/components/NoteViewerEditor.vue
index e2602e1cb3f5ab47da062f71f962ab16708af03e..f1d021cc8e13e5c65b161750c856d9fd630d8f95 100644
(file)
--- a/
flatnotes/src/components/NoteViewerEditor.vue
+++ b/
flatnotes/src/components/NoteViewerEditor.vue
@@
-16,7
+16,7
@@
<!-- Loaded -->
<div v-else class="d-flex flex-column h-100">
<div
- class="d-flex justify-content-between flex-wrap-reverse align-items-start mb-
3
"
+ class="d-flex justify-content-between flex-wrap-reverse align-items-start mb-
4
"
>
<!-- Title -->
<h2 v-if="editMode == false" class="title" :title="currentNote.title">
git clone https://git.99rst.org/PROJECT