From 5b9046e9675786fc9fdf6424206546a0170a2791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 20 Jul 2018 11:04:18 +0200 Subject: [PATCH] Fix terminal invisible on terminalOrConsole == 'console' --- src/app/dashboard/dashboard.component.html | 4 ++-- src/app/dashboard/dashboard.component.scss | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index c50353a..062c9e2 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -34,8 +34,8 @@ [class.selected]="selectedTerminalMenuItem === 'console'">CONSOLE
- - + +
diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index ede0093..ba141cf 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -112,6 +112,10 @@ filter: blur(3px); } +.hidden { + @include hide-component(); +} + .terminal-ide-web { @include set-tfw-web('terminal-ide-web'); @include position-grid-items(map_get($layouts, 'terminal-ide-web'),'.tfw-');