From b339004c4a29437eea5252bf346b0de829bc3b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 12 Aug 2022 21:22:19 +0200 Subject: [PATCH] style: Add 6px padding on the bottom too This makes text showing on the bottom left corner not cut off in the default size. --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index debdd168..5a15ccb5 100644 --- a/src/style.css +++ b/src/style.css @@ -35,6 +35,7 @@ .terminal-window vte-terminal { padding-left: 6px; padding-right: 6px; + padding-bottom: 6px; } /* Taken from nautilus */ -- GitLab