forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-02 18:06:09 -06:00
parent d8af6594c0
commit 6deb368b84
2 changed files with 2 additions and 2 deletions

View File

@ -465,7 +465,7 @@
/* ---------------------- POPOVER ----------------------- */
.popover {
@apply w-96 rounded-lg overflow-hidden;
@apply rounded-md w-96 shadow-lg overflow-hidden;
}
/* ----------------------- EMOJI ------------------------ */

View File

@ -1,5 +1,5 @@
<div style="display:none" id="popover">
<div class="popover-user-profile dark:bg-gray-900 shadow-lg" role="tooltip">
<div class="popover-user-profile dark:bg-gray-900" role="tooltip">
<img loading="lazy" class="pop-banner w-full h-24 object-cover">
<div class="flex items-end px-4 -mt-8">
<img loading="lazy" class="pop-picture h-16 w-16 rounded-sm p-[3px] bg-white dark:bg-gray-900 shadow-sm">