mirror of
https://github.com/Eugeny/tabby
synced 2025-03-04 15:17:17 +00:00
fixed terminal padding with toolbar pinned
This commit is contained in:
parent
49d58c69bc
commit
e6d83c6c58
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
.terminal-toolbar-spacer
|
||||
.content(#content, [style.opacity]='frontendIsReady ? 1 : 0')
|
||||
search-panel(
|
||||
*ngIf='showSearchPanel',
|
||||
|
|
|
@ -67,9 +67,8 @@
|
|||
z-index: 4;
|
||||
}
|
||||
|
||||
&.toolbar-pinned {
|
||||
.content {
|
||||
padding-top: $toolbarHeight;
|
||||
}
|
||||
&.toolbar-pinned > .terminal-toolbar-spacer {
|
||||
width: 100%;
|
||||
height: $toolbarHeight;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue