mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
22 lines
261 B
CSS
22 lines
261 B
CSS
Input {
|
|
dock: top;
|
|
margin-top: 1;
|
|
}
|
|
|
|
#colors {
|
|
grid-size: 2 1;
|
|
grid-gutter: 2 4;
|
|
grid-columns: 1fr;
|
|
margin: 0 1;
|
|
}
|
|
|
|
#old {
|
|
height: 100%;
|
|
border: wide $secondary;
|
|
}
|
|
|
|
#new {
|
|
height: 100%;
|
|
border: wide $secondary;
|
|
}
|