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

fix : ajustements pour le Mode Édito

parent 56fdab7e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -36,9 +36,11 @@ ...@@ -36,9 +36,11 @@
} }
#heading{ #heading{
grid-area: titre; grid-area: titre;
display: grid;
} }
#contenu{ #contenu{
grid-area: content; grid-area: content;
display: grid;
} }
#navigation { #navigation {
grid-area: navigation; grid-area: navigation;
...@@ -75,12 +77,14 @@ ...@@ -75,12 +77,14 @@
@media screen and (min-width: [(#GET{LargeurContaineur})]px) { @media screen and (min-width: [(#GET{LargeurContaineur})]px) {
#maincontent { [(#GET{layoutmoderne}|=={moderne}|oui)
[(#CONFIG{soyezcreateurs_layout/logorubriquenavigation,content}|=={header}|oui) [(#CONFIG{soyezcreateurs_layout/logorubriquenavigation,content}|=={header}|oui)
[(#CONFIG{soyezcreateurs_layout/logoarticlenavigation,content}|=={header}|oui)[ [(#CONFIG{soyezcreateurs_layout/logoarticlenavigation,content}|=={header}|oui)[
margin-top: -(#CONFIG{soyezcreateurs_layout/decalageverticalcontenu,0})px;]]] #maincontent {
position: relative; margin-top: -(#CONFIG{soyezcreateurs_layout/decalageverticalcontenu,0})px;
} position: relative;
}
]]]]
/* ce switch pour desktop */ /* ce switch pour desktop */
[(#ENV{layoutgala}|in_any{#LISTE{7,8,9,10,11,12,33,34,35,36,37,38,39,40}}|oui) [(#ENV{layoutgala}|in_any{#LISTE{7,8,9,10,11,12,33,34,35,36,37,38,39,40}}|oui)
#shadow { #shadow {
......
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