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:
04c252b
)
Wrap title and buttons in note view
author
Adam Dullage
<redacted>
Fri, 3 May 2024 12:03:33 +0000
(13:03 +0100)
committer
Adam Dullage
<redacted>
Fri, 3 May 2024 12:03:33 +0000
(13:03 +0100)
client/views/Note.vue
patch
|
blob
|
history
diff --git
a/client/views/Note.vue
b/client/views/Note.vue
index 86b2baf666864543096de7614cfe472bc7360462..6f080b261007227e4c8b17508c1dd1878a513717 100644
(file)
--- a/
client/views/Note.vue
+++ b/
client/views/Note.vue
@@
-19,10
+19,10
@@
/>
<!-- Header -->
- <div class="flex items-
end
">
+ <div class="flex items-
start flex-wrap-reverse
">
<!-- Title -->
<div class="flex flex-1 text-3xl leading-[1.6em]">
- <span v-show="!editMode" class="flex-1">{{ note.title }}</span>
+ <span v-show="!editMode" class="flex-1
text-nowrap
">{{ note.title }}</span>
<input
v-show="editMode"
v-model="noteUpdate.title"
git clone https://git.99rst.org/PROJECT