1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-26 03:51:49 +03:00

narrow down the margin of ssh tab to 5px with theme compact

This commit is contained in:
Cyril Taylor 2020-01-14 11:34:52 +08:00
parent b61bc943ec
commit 6293a43571

View File

@ -16,4 +16,8 @@ app-root {
terminaltab .content {
margin: 5px !important;
}
ssh-tab .content {
margin: 5px !important;
}
}