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:
b37393b
)
Editor header layout improvements
author
Adam Dullage
<redacted>
Wed, 8 Nov 2023 13:23:34 +0000
(13:23 +0000)
committer
Adam Dullage
<redacted>
Wed, 8 Nov 2023 13:23:34 +0000
(13:23 +0000)
flatnotes/src/components/NoteViewerEditor.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/NoteViewerEditor.vue
b/flatnotes/src/components/NoteViewerEditor.vue
index cbef12b5f134a14a3e8c929e06d35e9632eb4ec9..3149965288cb40d99b07f3e56366633ab3122155 100644
(file)
--- a/
flatnotes/src/components/NoteViewerEditor.vue
+++ b/
flatnotes/src/components/NoteViewerEditor.vue
@@
-26,13
+26,13
@@
<input
v-else
type="text"
- class="h2 title-input flex-grow-1"
+ class="h2 title-input flex-grow-1
mb-0
"
v-model="titleInput"
placeholder="Title"
/>
<!-- Buttons -->
- <div class="d-flex">
+ <div class="d-flex
flex-grow-1 justify-content-end
">
<!-- Edit -->
<button
v-if="canModify && editMode == false && noteLoadFailed == false"
@@
-118,6
+118,7
@@
background-color: transparent;
color: var(--colour-text);
padding: 0;
+ min-width:0;
&:focus {
outline: none;
git clone https://git.99rst.org/PROJECT