Archived
1
1
Fork 0

increase padding in/between boxes

This commit is contained in:
Josh Lay 2023-04-23 16:10:12 -05:00
parent 02664b5b9a
commit 7eb117c95b
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -1,7 +1,7 @@
GPUStatsWidget { GPUStatsWidget {
layout: grid; layout: grid;
grid-size: 3; grid-size: 3;
grid-gutter: 2 4; grid-gutter: 2 12;
background: $boost; background: $boost;
height: 11; height: 11;
min-width: 50; min-width: 50;
@ -15,6 +15,7 @@ GPUStatsWidget {
/* border: ascii $primary-background;*/ /* border: ascii $primary-background;*/
border: solid $primary-background; border: solid $primary-background;
content-align: center middle; content-align: center middle;
padding: 0 1;
} }
.statvalue { .statvalue {