mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
17 lines
203 B
CSS
17 lines
203 B
CSS
#dialog {
|
|
grid-size: 2;
|
|
grid-gutter: 1 2;
|
|
padding: 1 2;
|
|
}
|
|
|
|
#question {
|
|
column-span: 2;
|
|
content-align: center bottom;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
Button {
|
|
width: 100%;
|
|
}
|