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