mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
14 lines
130 B
CSS
14 lines
130 B
CSS
Screen {
|
|
align: center middle;
|
|
}
|
|
|
|
ListView {
|
|
width: 30;
|
|
height: auto;
|
|
margin: 2 2;
|
|
}
|
|
|
|
Label {
|
|
padding: 1 2;
|
|
}
|