forked from MarseyWorld/MarseyWorld
double the height of cover picture inside popover
parent
7e1cb71935
commit
ef5c925511
|
@ -5874,6 +5874,10 @@ html {
|
|||
height: 64px;
|
||||
}
|
||||
|
||||
.h-135 {
|
||||
height: 135px;
|
||||
}
|
||||
|
||||
.object-cover {
|
||||
object-fit: cover;
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue