mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-08 06:57:59 +00:00
(css) Fix responsive condition of login page
This commit is contained in:
@@ -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)
|
||||
------------------
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user