Add vertical alignment to emotes

This commit is contained in:
BlossomiShymae
2024-05-03 08:50:40 -05:00
parent 352167e81d
commit f131340d68

View File

@@ -10,7 +10,7 @@
v-for="emote in pages[index]" :key="emote.id"> v-for="emote in pages[index]" :key="emote.id">
<img :src="emote.getInventoryIcon('latest')" loading="lazy" onerror="this.onerror = null; this.src='/clean-cuts/img/error.png';" /> <img :src="emote.getInventoryIcon('latest')" loading="lazy" onerror="this.onerror = null; this.src='/clean-cuts/img/error.png';" />
<div class="card-body"> <div class="card-body d-flex flex-column justify-content-end">
<h5 class="card-title">{{ emote.name }}</h5> <h5 class="card-title">{{ emote.name }}</h5>
<Badge name="identifier">{{ emote.id }}</Badge> <Badge name="identifier">{{ emote.id }}</Badge>
</div> </div>