Editor header layout improvements
authorAdam Dullage <redacted>
Wed, 8 Nov 2023 13:23:34 +0000 (13:23 +0000)
committerAdam Dullage <redacted>
Wed, 8 Nov 2023 13:23:34 +0000 (13:23 +0000)
flatnotes/src/components/NoteViewerEditor.vue

index cbef12b5f134a14a3e8c929e06d35e9632eb4ec9..3149965288cb40d99b07f3e56366633ab3122155 100644 (file)
         <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"
   background-color: transparent;
   color: var(--colour-text);
   padding: 0;
+  min-width:0;
 
   &:focus {
     outline: none;
git clone https://git.99rst.org/PROJECT