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
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
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')
search-panel(
*ngIf='showSearchPanel',

View File

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