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:
bd09dc7
)
Increase padding at the bottom of notes in view mode
author
Adam Dullage
<redacted>
Wed, 24 Jul 2024 11:33:24 +0000
(12:33 +0100)
committer
Adam Dullage
<redacted>
Wed, 24 Jul 2024 11:33:24 +0000
(12:33 +0100)
client/views/Note.vue
patch
|
blob
|
history
diff --git
a/client/views/Note.vue
b/client/views/Note.vue
index b7cad478ca131bfbb6384d99a62f2b3233817488..b4907bab9e8080af3e31dd0c725ba4f374d51fcb 100644
(file)
--- a/
client/views/Note.vue
+++ b/
client/views/Note.vue
@@
-93,7
+93,7
@@
<ToastViewer
v-if="!editMode"
:initialValue="note.content"
- class="toast-viewer"
+ class="toast-viewer
pb-4
"
/>
<ToastEditor
v-if="editMode"
git clone https://git.99rst.org/PROJECT