mirror of
https://github.com/eugeny/tabby
synced 2026-08-20 04:46:49 +00:00
24 lines
359 B
SCSS
24 lines
359 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;
|
|
}
|
|
|
|
ssh-tab .content {
|
|
margin: 5px !important;
|
|
}
|
|
}
|