Open SIGSTACKFAULT opened 2 years ago
The stock Compact
theme has less padding. You can go further with this bit of custom CSS:
terminaltab .content,
ssh-tab .content,
serial-tab .content {
margin: 0 !important;
}
The margin wasted so many areas, which make it looks so inefficient. The new version becomes worse than before, I'm disappointed with it.
@rede97 Tabby comes with a stock Compact theme that has no margins.
The stock
Compact
theme has less padding. You can go further with this bit of custom CSS:terminaltab .content, ssh-tab .content, serial-tab .content { margin: 0 !important; }
Im using powerline10k and just tried
terminaltab .content, ssh-tab .content, serial-tab .content { margin: 0 !important; }
Doesn't seem to be working (v1.0.2.5)
Is your feature request related to a problem? Please describe. You see this gap?
I wanna change it.
Describe the solution you'd like Add a slider to change it. Also probably make it changeable by themes and/or plugins.
Describe alternatives you've considered N/A
Additional context It's particularly visible if you use
powerline
. Which I do.