Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
59.41k stars 3.39k forks source link

Margins between edges of window and text - I wanna change them #5439

Open SIGSTACKFAULT opened 2 years ago

SIGSTACKFAULT commented 2 years ago

Is your feature request related to a problem? Please describe. You see this gap? image

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. image

Eugeny commented 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;
}
rede97 commented 2 years ago

The margin wasted so many areas, which make it looks so inefficient. The new version becomes worse than before, I'm disappointed with it.

Eugeny commented 2 years ago

@rede97 Tabby comes with a stock Compact theme that has no margins.

m0rg5 commented 9 months 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;
}

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) image