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:
356e5b8
)
Extend title input to occupy full horizontal space
author
Michael Kenneth S. David
<redacted>
Sun, 23 Jun 2024 14:50:37 +0000
(22:50 +0800)
committer
Michael Kenneth S. David
<redacted>
Sun, 23 Jun 2024 14:50:37 +0000
(22:50 +0800)
client/views/Note.vue
patch
|
blob
|
history
diff --git
a/client/views/Note.vue
b/client/views/Note.vue
index 69ca6301c931a713a17b09dd8a55e8362b4f8e5e..67a3ce7b78f5dd8bf1659666e7082ada6e1df0f3 100644
(file)
--- a/
client/views/Note.vue
+++ b/
client/views/Note.vue
@@
-44,7
+44,7
@@
<input
v-show="editMode"
v-model.trim="newTitle"
- class="
flex-1
bg-theme-background outline-none"
+ class="
w-full
bg-theme-background outline-none"
placeholder="Title"
/>
</div>
git clone https://git.99rst.org/PROJECT