From fea42598766037d475fb65d475e1de431e41bb2b Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Sun, 16 Apr 2023 18:42:53 -0400 Subject: [PATCH] Remove vertical padding and bottom border from tool box --- paint.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/paint.css b/paint.css index 046caa4..dd722d3 100644 --- a/paint.css +++ b/paint.css @@ -45,9 +45,10 @@ Screen { grid-gutter: 0 1; grid-columns: 6; grid-rows: 3; - padding: 1 1; + padding: 0 1; height: 100%; - border-bottom: tall $panel-darken-2; + /* can't have a border without taking up a whole cell, and it's more important to show as much of the tools as possible */ + /* border-bottom: tall $panel-darken-2; */ background: $panel-darken-1; overflow: hidden; }