change class mission photo

This commit is contained in:
2025-11-27 17:15:40 +01:00
parent 2cb4716015
commit fd8584a9a6
5 changed files with 17 additions and 17 deletions

View File

@@ -746,7 +746,7 @@ $(document).ready(function () {
let typeName = typeClass ? typeClass.replace("type-", "").replace(/-/g, " ") : "contenu"; // Nettoyer le nom
// >>> Exception : tout afficher pour type-Galerie-photos (pas de bouton)
if (typeClass && typeClass.toLowerCase() === "type-galerie-photos") {
if (typeClass && typeClass.toLowerCase() === "type-mission-photo") {
items.show(); // aucun masquage
return; // on sort : pas de "voir plus"
}

View File

@@ -311,7 +311,7 @@
width: 100%;
background-color: $blue_QDD;
}
&.type-Galerie-photos{
&.type-Mission-photo{
justify-content: space-between;
.views-row{
width: 18%;