mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
20 lines
228 B
CSS
20 lines
228 B
CSS
Screen {
|
|
background: $background;
|
|
color: black;
|
|
}
|
|
|
|
Vertical {
|
|
width: 1fr;
|
|
}
|
|
|
|
Static {
|
|
margin: 1 2;
|
|
background: blue 20%;
|
|
border: blue wide;
|
|
height: auto;
|
|
}
|
|
|
|
#right {
|
|
overflow-y: hidden;
|
|
}
|