double the height of cover picture inside popover

pull/143/head
Aevann 2023-04-25 10:18:18 +02:00
parent 7e1cb71935
commit ef5c925511
2 changed files with 5 additions and 1 deletions

View File

@ -5874,6 +5874,10 @@ html {
height: 64px;
}
.h-135 {
height: 135px;
}
.object-cover {
object-fit: cover;
}

View File

@ -1,6 +1,6 @@
<div style="display:none" id="popover">
<div class="popover-user-profile">
<img loading="lazy" class="pop-banner w-100 h-64 object-cover">
<img loading="lazy" class="pop-banner w-100 h-135 object-cover">
<div class="d-flex align-items-end px-3 mt-n6 mb-3">
<div class="profile-pic-75-wrapper">
<img loading="lazy" class="pop-picture profile-pic-75">