From b453053500253218f85a0cfa389548e523c05f1b Mon Sep 17 00:00:00 2001 From: Amaury Carrade Date: Tue, 6 Oct 2020 14:38:33 +0200 Subject: [PATCH] =?UTF-8?q?Les=20menus=20de=20notification=20&=20utilisate?= =?UTF-8?q?ur=20=C3=A9taient=20trop=20haut=20sur=20tablette=20(#5943)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correction de l'affichage des menus de notification et des liens utilisateur sur tablette : ils étaient étendus jusqu'en bas de la page (comme sur mobile) alors qu'ils sont conçus pour être a peu près comme sur un écran large, ce qui faisait un rendu étrange. Co-authored-by: Situphen --- assets/scss/layout/_header.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/scss/layout/_header.scss b/assets/scss/layout/_header.scss index 0d60428254..eb15bb97c2 100644 --- a/assets/scss/layout/_header.scss +++ b/assets/scss/layout/_header.scss @@ -235,6 +235,15 @@ $logo-width: 240px; .dropdown { overflow: hidden; + @include mobile { + top: 50px; + height: calc(100vh - 50px); + + @at-root body.has-top-banner .logbox .dropdown { + height: calc(100vh - 75px); + } + } + .dropdown-title { display: block; margin: 0; @@ -469,15 +478,6 @@ $logo-width: 240px; width: 50px; } - .dropdown { - top: 50px; - height: calc(100vh - 50px); - - @at-root body.has-top-banner .logbox .dropdown { - height: calc(100vh - 75px); - } - } - .dropdown.my-account-dropdown .dropdown-list { bottom: 0;