Add horizontal view, change header layout and fix webide position problems

This commit is contained in:
Gabor PEK
2018-03-12 10:32:01 +01:00
parent 822b65462d
commit 5e0e55eb16
12 changed files with 85 additions and 74 deletions

View File

@ -9,3 +9,4 @@
<div [innerHtml]="message.message"></div>
</div>
</div>

View File

@ -9,14 +9,21 @@ $tao-blue-500: #277EEC;
$tao-gray-100: #F2F2F2;
$tao-panel-border-radius-sm: 8px;
$tao-navbar-height: 67px;
$font-size-tiny: 12px;
$font-size-base: 14px;
.tfw-grid-header-messages {
display: grid;
grid-template-rows: $tao-navbar-height auto;
}
.tfw-messages-main {
max-height: 50vmin;
overflow-y: scroll;
h5 {
margin-bottom: $small;