tabby/tabby-terminal/src/components/terminalToolbar.component.scss
2022-01-30 20:58:43 +01:00

25 lines
353 B
SCSS

:host {
background: #000000bf;
padding: 5px 15px 5px 15px;
display: flex;
z-index: 3;
}
.content {
flex-grow: 1;
display: flex;
align-items: center;
}
.drag-handle {
margin: 0 10px 0 0;
cursor: move;
opacity: .3;
}
::ng-deep .btn {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}