mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
25 lines
224 B
CSS
25 lines
224 B
CSS
|
|
Button {
|
|
margin: 1;
|
|
width: 100%;
|
|
}
|
|
|
|
Vertical {
|
|
height: auto;
|
|
}
|
|
|
|
Horizontal {
|
|
height: auto;
|
|
}
|
|
|
|
Horizontal Button {
|
|
width: 20;
|
|
|
|
margin: 1 2 ;
|
|
}
|
|
|
|
#scroll {
|
|
height: 10;
|
|
|
|
}
|