diff --git a/src/app/core/components/search-bar/search-bar.component.scss b/src/app/core/components/search-bar/search-bar.component.scss index aac6fb90..7a737fcc 100644 --- a/src/app/core/components/search-bar/search-bar.component.scss +++ b/src/app/core/components/search-bar/search-bar.component.scss @@ -7,7 +7,7 @@ height: 64px; font-size: 13px; - @include media-breakpoint-down('xs') { + @include media-breakpoint-down('sm') { height: 56px; } @@ -20,7 +20,7 @@ height: 64px !important; line-height: 64px !important; - @include media-breakpoint-down('xs') { + @include media-breakpoint-down('sm') { height: 56px !important; line-height: 56px !important; } @@ -30,7 +30,7 @@ width: 64px !important; height: 64px !important; line-height: 64px !important; - @include media-breakpoint-down('xs') { + @include media-breakpoint-down('sm') { height: 56px !important; line-height: 56px !important; } diff --git a/src/app/main/content/apps/chat/chat-view/chat-view.component.scss b/src/app/main/content/apps/chat/chat-view/chat-view.component.scss index 9e0e496b..bb255c29 100644 --- a/src/app/main/content/apps/chat/chat-view/chat-view.component.scss +++ b/src/app/main/content/apps/chat/chat-view/chat-view.component.scss @@ -3,6 +3,7 @@ flex: 1 0 auto; background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.8)); overflow: hidden; + max-width: 100%; .chat { diff --git a/src/app/main/content/apps/chat/chat.component.scss b/src/app/main/content/apps/chat/chat.component.scss index db816f66..c7b2e19f 100644 --- a/src/app/main/content/apps/chat/chat.component.scss +++ b/src/app/main/content/apps/chat/chat.component.scss @@ -9,8 +9,8 @@ max-width: 1400px; margin: 0 auto; - @include media-breakpoint(xs) { - padding: 8px !important; + @include media-breakpoint-down(md) { + padding: 0 !important; } .content-card { @@ -33,6 +33,10 @@ height: auto; } + > .mat-drawer-content { + max-width: 100%; + } + md-sidenav { display: flex; flex-direction: column; diff --git a/src/app/main/content/apps/chat/sidenavs/left/user/user.component.scss b/src/app/main/content/apps/chat/sidenavs/left/user/user.component.scss index 5b1ce733..d591906b 100644 --- a/src/app/main/content/apps/chat/sidenavs/left/user/user.component.scss +++ b/src/app/main/content/apps/chat/sidenavs/left/user/user.component.scss @@ -11,6 +11,10 @@ .toolbar-bottom { height: 240px; + + @include media-breakpoint-down(md) { + height: 180px; + } } } diff --git a/src/app/main/content/apps/chat/sidenavs/right/contact/contact.component.scss b/src/app/main/content/apps/chat/sidenavs/right/contact/contact.component.scss index 5b1ce733..d591906b 100644 --- a/src/app/main/content/apps/chat/sidenavs/right/contact/contact.component.scss +++ b/src/app/main/content/apps/chat/sidenavs/right/contact/contact.component.scss @@ -11,6 +11,10 @@ .toolbar-bottom { height: 240px; + + @include media-breakpoint-down(md) { + height: 180px; + } } } diff --git a/src/app/main/content/apps/scrumboard/board/board.component.html b/src/app/main/content/apps/scrumboard/board/board.component.html index 6283d982..de67df7d 100644 --- a/src/app/main/content/apps/scrumboard/board/board.component.html +++ b/src/app/main/content/apps/scrumboard/board/board.component.html @@ -3,7 +3,7 @@