fixed terminal padding with toolbar pinned

This commit is contained in:
Eugene Pankov
2021-08-28 17:07:32 +02:00
parent 49d58c69bc
commit e6d83c6c58
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
.terminal-toolbar-spacer
.content(#content, [style.opacity]='frontendIsReady ? 1 : 0') .content(#content, [style.opacity]='frontendIsReady ? 1 : 0')
search-panel( search-panel(
*ngIf='showSearchPanel', *ngIf='showSearchPanel',

View File

@@ -67,9 +67,8 @@
z-index: 4; z-index: 4;
} }
&.toolbar-pinned { &.toolbar-pinned > .terminal-toolbar-spacer {
.content { width: 100%;
padding-top: $toolbarHeight; height: $toolbarHeight;
}
} }
} }