diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index e53584c..e166d97 100755 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -62,19 +62,14 @@ } .tfw-terminal { - // overflow-y: hidden; + overflow-y: hidden; border: 1px solid $tao-plum-100; - border-left: 0; border-bottom: 0; - background-color: black; - } - - .tfw-terminal-footer { background-color: $tao-gray-800; - border: 1px solid $tao-plum-100; - border-left: 0; - border-top: 0; - border-bottom: 0; + + @if ($layout-template != 'vraw') { + border-left: 0; + } } } diff --git a/src/app/messages/messages.component.html b/src/app/messages/messages.component.html index 8cad97b..893907b 100755 --- a/src/app/messages/messages.component.html +++ b/src/app/messages/messages.component.html @@ -1,5 +1,8 @@