mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-30 14:20:18 +08:00
fixed terminal padding with toolbar pinned
This commit is contained in:
parent
49d58c69bc
commit
e6d83c6c58
@ -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…
Reference in New Issue
Block a user