From 29c06101f58c627c91945ebeb93fd214680be74d Mon Sep 17 00:00:00 2001 From: RealET <real3t@gmail.com> Date: Tue, 31 Oct 2023 12:00:28 +0100 Subject: [PATCH] =?UTF-8?q?fix=20:=20compatibilit=C3=A9=20mode=20Cognac=20?= =?UTF-8?q?+=20Menu=20lat=C3=A9ral=20d=C3=A9roulant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylessoyezcreateurs.css.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index 6fcc4d9a..22574f63 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -1932,10 +1932,7 @@ background: rgba([(#GET{c_header_bk}|couleur_hexa_to_dec|table_valeur{red,0})], /*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/ .sf-vertical, .sf-vertical li { - width: #GET{LargeurMenuGauche}px !important; -} -.portailcognac .sf-vertical, .portailcognac .sf-vertical li { - width: calc(#GET{LargeurMenuGauche}px - 2rem)!important; + width: 100%; } .sf-menu li { white-space: normal; @@ -3146,10 +3143,12 @@ margin-bottom: 1em; .portailcognac #extra .rss_bottom a { margin: 0 .5rem; } -.portailcognac #navigation .navstuff { +.portailcognac #navigation { margin-top: 0; + [(#CONFIG{soyezcreateurs_layout/menuderoulant,replie}|!={deroulant}|oui) padding-right: 1rem; padding-left: 1rem; + ] } .portailcognac #navigation .navstuff .espaceavant { margin-top: 0; -- GitLab