mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
fixed terminal padding with toolbar pinned
This commit is contained in:
@@ -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',
|
||||||
|
@@ -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;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user