mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix examples
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
grid-rows: 1fr;
|
||||
}
|
||||
|
||||
#left-pane > Static {
|
||||
#left-pane > Static {
|
||||
background: $boost;
|
||||
color: auto;
|
||||
margin-bottom: 1;
|
||||
@@ -13,12 +13,14 @@
|
||||
}
|
||||
|
||||
#left-pane {
|
||||
height: 100%;
|
||||
row-span: 2;
|
||||
background: $panel;
|
||||
border: dodgerblue;
|
||||
}
|
||||
|
||||
#top-right {
|
||||
height: 100%;
|
||||
background: $panel;
|
||||
border: mediumvioletred;
|
||||
}
|
||||
@@ -31,6 +33,7 @@
|
||||
}
|
||||
|
||||
#bottom-right {
|
||||
height: 100%;
|
||||
layout: grid;
|
||||
grid-size: 3;
|
||||
grid-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user