mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Still within a RadioSet, but this time only the code that uses RadioSet; not the code that just uses strings.
8 lines
67 B
CSS
8 lines
67 B
CSS
Screen {
|
|
align: center middle;
|
|
}
|
|
|
|
RadioSet {
|
|
width: 50%;
|
|
}
|