From e30358aeaafe85c49bbc481b5d838a59c14172cb Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 24 May 2017 11:54:04 -0400 Subject: [PATCH] (css) Fix responsive condition of login page --- NEWS | 1 + UI/WebServerResources/scss/views/LoginUI.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ab56dd187..cfef0ec6b 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ Enhancements Bug fixes - [web] respect SOGoLanguage and SOGoSupportedLanguages (#4169) - [web] fixed adding list members with multiple email addresses + - [web] fixed responsive condition of login page (960px to 1023px) 3.2.9 (2017-05-09) ------------------ diff --git a/UI/WebServerResources/scss/views/LoginUI.scss b/UI/WebServerResources/scss/views/LoginUI.scss index f3914bd18..7b7ca27fc 100644 --- a/UI/WebServerResources/scss/views/LoginUI.scss +++ b/UI/WebServerResources/scss/views/LoginUI.scss @@ -58,7 +58,7 @@ $sg-login-width: grid-step(5); /** * On larger screen, we dispose the logo and login form as a row. */ - @include from(md) { + @include from(lg) { &.ng-hide { .sg-logo img { opacity: 0;