Sprucing it up

This commit is contained in:
2025-09-07 20:18:19 -04:00
parent e38efdac32
commit b17a8d0c99
2 changed files with 49 additions and 5 deletions

17
list_view.tcss Normal file
View File

@@ -0,0 +1,17 @@
Screen {
text-wrap: wrap;
}
ListView {
height: auto;
text-wrap: wrap;
}
ListItem {
text-wrap: wrap;
}
Label {
width: auto;
text-wrap: wrap;
}