mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
16 lines
191 B
CSS
16 lines
191 B
CSS
Screen {
|
|
background: white;
|
|
color: blue 80%;
|
|
layout: horizontal;
|
|
}
|
|
|
|
Static {
|
|
padding: 1 2;
|
|
width: 200;
|
|
}
|
|
|
|
.panel {
|
|
scrollbar-size: 10 4;
|
|
padding: 1 2;
|
|
}
|