Replies: 2 comments 2 replies
-
You can't remove these without resizing the terminal, because terminal cells have fixed size |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi, this is the completed css to remove all borders: tab-body div.content{
padding: 0 0 0 0 !important;
margin: 0 0 0 0 !important;
width: 101%;
height: 105%;
} But you will sacrifice the visible scroll, even in the Settings Tab, although I prefer that :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have successfully remove left and top border with this:
![image](https://user-images.githubusercontent.com/50653464/197164282-2d457ef2-0c71-4e91-a926-5921e2b064c1.png)
But he doesn't remove right and bottom border:
![image](https://user-images.githubusercontent.com/50653464/197164883-d61e2c4b-228b-401a-b773-64a1feaa9bac.png)
Any solution for this ?
Beta Was this translation helpful? Give feedback.
All reactions