mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-20 19:39:54 +00:00
20 lines
297 B
SCSS
20 lines
297 B
SCSS
@import './theme.scss';
|
|
|
|
app-root {
|
|
.tab-bar {
|
|
height: 27px !important;
|
|
|
|
.btn-tab-bar {
|
|
line-height: 29px !important;
|
|
|
|
svg {
|
|
height: 14px;
|
|
}
|
|
}
|
|
}
|
|
|
|
terminaltab .content {
|
|
margin: 5px !important;
|
|
}
|
|
}
|