remotes/1693045480750635534/spooky-22
Aevann1 2021-10-16 22:06:20 +02:00
parent 0f531499f4
commit 158ee3c648
1 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@
display: flex;
flex-direction: column;
padding: 0;
background: var(--gray-600);
}
.popover-body {
@ -77,7 +78,7 @@
{% for p in listing %}
<div style="display: none" id="popover-{{p.id}}">
<div class="popover-user-profile" role="tooltip" style="background-color: var(--gray-600);">
<div class="popover-user-profile" role="tooltip">
<img class="w-100 h-64 object-cover" src="{{p.author.banner_url}}">
<div class="d-flex align-items-end px-3 mt-n6 mb-3">
<img class="avatar-72 rounded img-thumbnail shadow-sm" src="{{p.author.profile_url}}">