master
kek7198 2022-01-02 22:56:47 -06:00
parent 6931aedbee
commit 26587b4e71
3 changed files with 4 additions and 3 deletions

View File

@ -3275,6 +3275,7 @@ video {
width: 24rem;
overflow: hidden;
border-radius: 0.375rem;
border-style: none;
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

View File

@ -465,7 +465,7 @@
/* ---------------------- POPOVER ----------------------- */
.popover {
@apply rounded-md w-96 shadow-lg overflow-hidden;
@apply rounded-md w-96 shadow-lg overflow-hidden border-none bg-gray-100 dark:bg-gra-900;
}
/* ----------------------- EMOJI ------------------------ */

View File

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