use footer like header inside article

This commit is contained in:
chfhtw
2026-04-23 09:50:08 +02:00
parent 2cadee1599
commit d9a80e5ef7
+2 -2
View File
@@ -373,7 +373,7 @@ export default {
</template>
</bs-modal>
<height-transition>
<div
<footer
v-if="editMode && isResizeable && !isPinned"
class="card-footer d-flex justify-content-end p-0"
>
@@ -392,7 +392,7 @@ export default {
aria-hidden="true"
></i>
</span>
</div>
</footer>
</height-transition>
</template>
</article>`,