mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 06:25:11 +00:00
Add horizontal view, change header layout and fix webide position problems
This commit is contained in:
@ -9,3 +9,4 @@
|
||||
<div [innerHtml]="message.message"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user