Remove vertical padding and bottom border from tool box

This commit is contained in:
Isaiah Odhner 2023-04-16 18:42:53 -04:00
parent ea1e6751a9
commit fea4259876

View File

@ -45,9 +45,10 @@ Screen {
grid-gutter: 0 1; grid-gutter: 0 1;
grid-columns: 6; grid-columns: 6;
grid-rows: 3; grid-rows: 3;
padding: 1 1; padding: 0 1;
height: 100%; 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; background: $panel-darken-1;
overflow: hidden; overflow: hidden;
} }