From c93ff4ea17dbafc9f0f3bf3ebaeddaf2b8999b23 Mon Sep 17 00:00:00 2001 From: Brunelie Lauret Date: Fri, 23 Aug 2024 09:31:52 +0200 Subject: [PATCH 1/2] Corrige la position de la gaufre mobile et le wrap de la page d'accueil --- web/b3desk/static/css/global.css | 17 +++++++++++++++++ web/b3desk/templates/brand.html | 9 +++++++++ 2 files changed, 26 insertions(+) diff --git a/web/b3desk/static/css/global.css b/web/b3desk/static/css/global.css index ae87185..b2fb887 100644 --- a/web/b3desk/static/css/global.css +++ b/web/b3desk/static/css/global.css @@ -322,6 +322,16 @@ color: #000091; } .rf-col.bottom-align-container > button { bottom: calc(1.5rem/2); } + .lasuite-homepage__content .fr-grid-row { + flex-wrap: nowrap; + gap: 1rem; + } + .lasuite-homepage__content .lasuite-homepage__secondary-col { + margin: 0rem auto 2rem; + } + .fr-header__menu-links .lasuite-gaufre-btn { + display: none !important; + } } @media only screen and (max-width : 768px) { @@ -376,6 +386,13 @@ color: #000091; } .modal-body p, .modal-body label{ font-size:0.8em; } + .lasuite-homepage__content .fr-grid-row { + flex-wrap: wrap; + gap: 0rem; + } + .lasuite-homepage__content .lasuite-homepage__secondary-col { + margin: 2rem auto 2rem; + } } .rf-fi-refresh-fill::before { diff --git a/web/b3desk/templates/brand.html b/web/b3desk/templates/brand.html index d34bec9..40804d3 100644 --- a/web/b3desk/templates/brand.html +++ b/web/b3desk/templates/brand.html @@ -10,6 +10,15 @@ + {% if config.get("ENABLE_LASUITENUMERIQUE") %} + + {% endif %}
From 28a2dba121cfdf5aa996714d36d60627f2712700 Mon Sep 17 00:00:00 2001 From: Brunelie Lauret Date: Fri, 23 Aug 2024 15:03:40 +0200 Subject: [PATCH 2/2] Corrige l'affichage des liens d'invitation --- web/b3desk/static/css/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/b3desk/static/css/global.css b/web/b3desk/static/css/global.css index b2fb887..f682541 100644 --- a/web/b3desk/static/css/global.css +++ b/web/b3desk/static/css/global.css @@ -269,6 +269,11 @@ dialog.scampi-modal { border-bottom: 2px solid #9C9C9C; word-break: break-word; } + +.fr-modal__body code { + word-break: break-word; +} + button.btn-copy { height: 100%; }