Terminus: Useless padding

Created on 1 Sep 2017  ·  3Comments  ·  Source: Eugeny/terminus

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 :

selection_086

Is there a way to remove it?

Question

Most helpful comment

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.

All 3 comments

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 CSS in the settings.
By doing like this? It looks like doesn't work.

TIM截图20190703091437

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;
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

rsolomonjr picture rsolomonjr  ·  3Comments

Flueworks picture Flueworks  ·  4Comments

mjklemm picture mjklemm  ·  3Comments

JeroMiya picture JeroMiya  ·  4Comments

danfloyd111 picture danfloyd111  ·  4Comments