piermesh/src/ui.tcss

24 lines
352 B
Plaintext
Raw Normal View History

2024-07-28 11:21:15 +00:00
Screen {
layout: horizontal;
scrollbar-size: 0 0;
}
.largeLabel {
width: 40%;
}
.baseLog {
height: 80%;
scrollbar-background: $primary-background;
scrollbar-corner-color: $primary-background;
scrollbar-color: green;
scrollbar-size: 0 1;
}
ProgressBar {
width: 50%;
}
Bar > .bar--bar {
color: green;
}