more compact and more compliant(?) titles bars

This commit is contained in:
c0de 2023-12-29 16:05:14 -06:00
parent 61345ebb61
commit 1c26150822
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="col">
<div class="card shadow-sm">
<div class="card-header">
<div class="card-header position-relative">
<span class="flex">{{ this.title }}</span>
<a
href="#"
@ -9,7 +9,7 @@
data-bs-placement="top"
data-bs-title="Add a reaction"
>
<i class="bi-heart-fill text-end" style="font-size: 1rem; color: pink;"></i>
<i class="bi-heart-fill position-absolute translate-middle top-50 end-1 text-danger"></i>
</a>
</div>