mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-21 13:51:45 +03:00
Remove vertical padding and bottom border from tool box
This commit is contained in:
parent
ea1e6751a9
commit
fea4259876
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user