Archived
1
1
Fork 0
This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
amdgpu_stats/stats.css

26 lines
416 B
CSS
Raw Normal View History

2023-04-21 05:42:38 +00:00
GPUStatsWidget {
2023-04-21 05:58:51 +00:00
layout: grid;
grid-size: 3;
grid-gutter: 2 4;
background: $boost;
height: 10;
margin: 1;
min-width: 50;
padding: 1;
2023-04-21 05:42:38 +00:00
}
/* for colors, see: https://textual.textualize.io/guide/design/#theme-reference */
.box {
2023-04-21 05:58:51 +00:00
padding: 1;
2023-04-21 05:42:38 +00:00
height: 100%;
/* border: ascii $primary-background;*/
border: solid $primary-background;
content-align: center middle;
}
.statlabel {
2023-04-21 05:58:51 +00:00
padding: 1;
2023-04-21 05:42:38 +00:00
height: 100%;
}