forked from rDrama/rDrama
1
0
Fork 0

add padding to username in popover

master
Aevann 2023-01-13 14:24:19 +02:00
parent ce098f838a
commit 3de44920f1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<img class="pop-hat profile-pic-75-hat hat" loading="lazy">
</div>
<div class="px-3 text-truncate">
<h5 class="pop-username text-truncate text-black mb-1"></h5>
<h5 class="pop-username text-truncate text-black mb-1 pb-1"></h5>
<span class="text-black">Joined <span class="pop-created-date"></span></span>
</div>
</div>