Skip to content
Extraits de code Groupes Projets
Valider 417e5926 rédigé par RealET's avatar RealET :kissing_cat:
Parcourir les fichiers

fix : ne pas afficher trop de goodies à la fois quand le menu est affiché en mode Cognac

parent b2f8975b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -98,7 +98,8 @@ ...@@ -98,7 +98,8 @@
slidesToShow: 6, slidesToShow: 6,
slidesToScroll: 6, slidesToScroll: 6,
variableWidth: false, variableWidth: false,
responsive: [ [(#CONFIG{soyezcreateurs_layout/navigationaccueilcognac,masque}|=={masque}|oui)
responsive: \[
{ {
breakpoint: 1920, breakpoint: 1920,
settings: { settings: {
...@@ -134,7 +135,26 @@ ...@@ -134,7 +135,26 @@
slidesToScroll: 1 slidesToScroll: 1
} }
} }
] \]
]
[(#CONFIG{soyezcreateurs_layout/navigationaccueilcognac,masque}|=={affiche}|oui)
responsive: \[
{
breakpoint: 1920,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 1616,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
\]
]
}); });
}); });
// external js: packery.pkgd.js, imagesloaded.pkgd.js // external js: packery.pkgd.js, imagesloaded.pkgd.js
......
...@@ -52,7 +52,9 @@ ...@@ -52,7 +52,9 @@
#SET{LargeurMilieu,(#GET{LargeurContaineur}|moins{#GET{LargeurMenuGauche}}|moins{#GET{LargeurMenuDroit}}|div{2})} #SET{LargeurMilieu,(#GET{LargeurContaineur}|moins{#GET{LargeurMenuGauche}}|moins{#GET{LargeurMenuDroit}}|div{2})}
[(#CONFIG{soyezcreateurs_layout/navigationaccueilcognac,masque}|=={masque}|oui) [(#CONFIG{soyezcreateurs_layout/navigationaccueilcognac,masque}|=={masque}|oui)
#shadow, #maincontent { display: block; } #shadow, #maincontent {
display: block;
}
#maincontent { #maincontent {
margin: 0; margin: 0;
padding: 0; padding: 0;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter