🎨 Added a container for the pin detail with a custom background + fixed image size for small screen
continuous-integration/drone/push Build is passing Details

master
parent b068b2f5d7
commit 23e5d81db9

@ -1,3 +1,7 @@
#pin-detail-container {
background-color: #f9fafb;
}
.pin-detail {
display: flex;
align-items: center;
@ -57,3 +61,13 @@
align-items: center;
justify-content: center;
}
@media (max-height: 740px) {
.card-pin-detail {
height: auto;
max-height: 100%;
}
.carousel-flex {
min-height: 200px;
}
}

@ -1,5 +1,5 @@
<!-- Conteneur principal -->
<div class="min-h-[92vh] bg-gray-100 px-4 py-12 overflow-y-auto">
<div class="min-h-[90vh] px-4 py-4 overflow-y-auto" id="pin-detail-container">
<!-- .pin-detail agit comme conteneur vertical -->
<div class="pin-detail">
<div class="card-pin-detail" *ngIf="pin">

Loading…
Cancel
Save