mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
Grid {
|
|
grid-size: 5 2;
|
|
grid-columns: 1fr 16 2fr;
|
|
}
|
|
|
|
Label {
|
|
border: round white;
|
|
content-align-horizontal: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|