Extend title input to occupy full horizontal space
authorMichael Kenneth S. David <redacted>
Sun, 23 Jun 2024 14:50:37 +0000 (22:50 +0800)
committerMichael Kenneth S. David <redacted>
Sun, 23 Jun 2024 14:50:37 +0000 (22:50 +0800)
client/views/Note.vue

index 69ca6301c931a713a17b09dd8a55e8362b4f8e5e..67a3ce7b78f5dd8bf1659666e7082ada6e1df0f3 100644 (file)
@@ -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