Archived
1
1
Fork 0

space -> tab

This commit is contained in:
Josh Lay 2023-04-21 00:58:51 -05:00
parent b85fdcfd17
commit ec1537e5b0
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -1,18 +1,18 @@
GPUStatsWidget { GPUStatsWidget {
layout: grid; layout: grid;
grid-size: 3; grid-size: 3;
grid-gutter: 2 4; grid-gutter: 2 4;
background: $boost; background: $boost;
height: 10; height: 10;
margin: 1; margin: 1;
min-width: 50; min-width: 50;
padding: 1; padding: 1;
} }
/* for colors, see: https://textual.textualize.io/guide/design/#theme-reference */ /* for colors, see: https://textual.textualize.io/guide/design/#theme-reference */
.box { .box {
padding: 1; padding: 1;
height: 100%; height: 100%;
/* border: ascii $primary-background;*/ /* border: ascii $primary-background;*/
border: solid $primary-background; border: solid $primary-background;
@ -20,6 +20,6 @@ GPUStatsWidget {
} }
.statlabel { .statlabel {
padding: 1; padding: 1;
height: 100%; height: 100%;
} }