From 4182ec459fc5314e6088f261f274a0a9815bc4d9 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Mon, 13 Jan 2020 10:53:32 +0100 Subject: [PATCH] Fix use of /deep/ in home --- src/app/components/home/home.component.sass | 52 ++++++++++----------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/app/components/home/home.component.sass b/src/app/components/home/home.component.sass index 3a1098c..4d4b23d 100644 --- a/src/app/components/home/home.component.sass +++ b/src/app/components/home/home.component.sass @@ -1,34 +1,34 @@ @import '../../../styles/mixins.sass' @import '../../../styles/vars.sass' -#content - position: fixed - width: 100% - height: calc(100% - 56px) - -#chat - box-sizing: content-box - height: 100% - width: 25% - float: left - overflow-y: auto - -#feed - box-sizing: content-box - height: 100% - width: 50% - float: left - overflow-y: auto - -.social - box-sizing: content-box - height: 100% - width: 25% - float: left +#content + position: fixed + width: 100% + height: calc(100% - 56px) + +#chat + box-sizing: content-box + height: 100% + width: 25% + float: left overflow-y: auto -/deep/ .mat-tab-body-wrapper - height: 100% +#feed + box-sizing: content-box + height: 100% + width: 50% + float: left + overflow-y: auto + +.social + box-sizing: content-box + height: 100% + width: 25% + float: left + overflow-y: auto + +::ng-deep .mat-tab-body-wrapper + height: 100% .bottom-menu position: fixed