diff --git a/src/app/core/directives/md-sidenav-helper/md-sidenav-helper.directive.ts b/src/app/core/directives/md-sidenav-helper/md-sidenav-helper.directive.ts index f0e8a398..b487bd50 100644 --- a/src/app/core/directives/md-sidenav-helper/md-sidenav-helper.directive.ts +++ b/src/app/core/directives/md-sidenav-helper/md-sidenav-helper.directive.ts @@ -33,17 +33,17 @@ export class FuseMdSidenavHelperDirective implements OnInit, AfterViewInit, OnDe if ( this.observableMedia.isActive(this.mdIsLockedOpenBreakpoint) ) { - this.isLockedOpen = true; - this.mdSidenav.mode = 'side'; setTimeout(() => { + this.isLockedOpen = true; + this.mdSidenav.mode = 'side'; this.mdSidenav.open(); }); } else { - this.isLockedOpen = false; - this.mdSidenav.mode = 'over'; setTimeout(() => { + this.isLockedOpen = false; + this.mdSidenav.mode = 'over'; this.mdSidenav.close(); }); } @@ -51,15 +51,19 @@ export class FuseMdSidenavHelperDirective implements OnInit, AfterViewInit, OnDe this.matchMediaSubscription = this.fuseMatchMedia.onMediaChange.subscribe(() => { if ( this.observableMedia.isActive(this.mdIsLockedOpenBreakpoint) ) { - this.isLockedOpen = true; - this.mdSidenav.mode = 'side'; - this.mdSidenav.open(); + setTimeout(() => { + this.isLockedOpen = true; + this.mdSidenav.mode = 'side'; + this.mdSidenav.open(); + }); } else { - this.isLockedOpen = false; - this.mdSidenav.mode = 'over'; - this.mdSidenav.close(); + setTimeout(() => { + this.isLockedOpen = false; + this.mdSidenav.mode = 'over'; + this.mdSidenav.close(); + }); } }); diff --git a/src/app/main/content/apps/chat/chat.component.html b/src/app/main/content/apps/chat/chat.component.html index b335d9ed..b97a448d 100644 --- a/src/app/main/content/apps/chat/chat.component.html +++ b/src/app/main/content/apps/chat/chat.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/src/app/main/content/apps/chat/chat.component.scss b/src/app/main/content/apps/chat/chat.component.scss index e642757d..db816f66 100644 --- a/src/app/main/content/apps/chat/chat.component.scss +++ b/src/app/main/content/apps/chat/chat.component.scss @@ -1,4 +1,6 @@ -#calendar { +@import "src/app/core/scss/fuse"; + +#chat { display: flex; flex: 1; @@ -7,6 +9,10 @@ max-width: 1400px; margin: 0 auto; + @include media-breakpoint(xs) { + padding: 8px !important; + } + .content-card { display: flex; flex: 1; diff --git a/src/app/main/content/apps/dashboards/project/project.component.html b/src/app/main/content/apps/dashboards/project/project.component.html index 79e111e8..a08ead08 100644 --- a/src/app/main/content/apps/dashboards/project/project.component.html +++ b/src/app/main/content/apps/dashboards/project/project.component.html @@ -688,7 +688,7 @@ - +
diff --git a/src/app/main/toolbar/toolbar.component.html b/src/app/main/toolbar/toolbar.component.html index 0c32001a..81c84dc5 100644 --- a/src/app/main/toolbar/toolbar.component.html +++ b/src/app/main/toolbar/toolbar.component.html @@ -18,7 +18,7 @@ + fxLayoutAlign="start center" fxHide fxShow.gt-xs> shopping_cart Purchase Fuse template (Angular4+) @@ -62,7 +62,7 @@
-