Hi, thanks for the project it's really nice and feel super fast.
Whatever theme I use (_tomorrow_, _base16_) I got a padding all around my content. You can see it top and left of my prompt ❯:

Is there a way to remove it?
It's coming from the app theme. But you can override the padding with the following CSS:
terminaltab > div { margin: 0 !important; }
Just paste that under Custom CSS in the settings.
It's coming from the app theme. But you can override the padding with the following CSS:
terminaltab > div { margin: 0 !important; }Just paste that under
Custom CSSin the settings.
By doing like this? It looks like doesn't work.

Hello,
In case it's still useful, I've removed these margins as follows in the last version:
tab-body div.content {
margin: 0 !important;
}
Most helpful comment
It's coming from the app theme. But you can override the padding with the following CSS:
Just paste that under
Custom CSSin the settings.