increase padding
This commit is contained in:
parent
2cdfc0e768
commit
7e41c0fe3d
2 changed files with 1 additions and 3 deletions
BIN
screens/main.png
BIN
screens/main.png
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
@ -4,15 +4,13 @@ GPUStatsWidget {
|
||||||
grid-gutter: 2 4;
|
grid-gutter: 2 4;
|
||||||
background: $boost;
|
background: $boost;
|
||||||
height: 11;
|
height: 11;
|
||||||
/* 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 {
|
||||||
margin: 1;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
/* border: ascii $primary-background;*/
|
/* border: ascii $primary-background;*/
|
||||||
border: solid $primary-background;
|
border: solid $primary-background;
|
||||||
|
|
Reference in a new issue