mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix examples
This commit is contained in:
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Type selectors can now contain numbers https://github.com/Textualize/textual/issues/1253
|
- Type selectors can now contain numbers https://github.com/Textualize/textual/issues/1253
|
||||||
- Fixed visibility not affecting children https://github.com/Textualize/textual/issues/1313
|
- Fixed visibility not affecting children https://github.com/Textualize/textual/issues/1313
|
||||||
- Fixed issue with auto width/height and relative children https://github.com/Textualize/textual/issues/1319
|
- Fixed issue with auto width/height and relative children https://github.com/Textualize/textual/issues/1319
|
||||||
|
- Fixed issue with offset applied to containers https://github.com/Textualize/textual/issues/1256
|
||||||
|
|
||||||
## [0.5.0] - 2022-11-20
|
## [0.5.0] - 2022-11-20
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
grid-rows: 1fr;
|
grid-rows: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
#left-pane > Static {
|
#left-pane > Static {
|
||||||
background: $boost;
|
background: $boost;
|
||||||
color: auto;
|
color: auto;
|
||||||
margin-bottom: 1;
|
margin-bottom: 1;
|
||||||
@@ -13,12 +13,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#left-pane {
|
#left-pane {
|
||||||
|
height: 100%;
|
||||||
row-span: 2;
|
row-span: 2;
|
||||||
background: $panel;
|
background: $panel;
|
||||||
border: dodgerblue;
|
border: dodgerblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-right {
|
#top-right {
|
||||||
|
height: 100%;
|
||||||
background: $panel;
|
background: $panel;
|
||||||
border: mediumvioletred;
|
border: mediumvioletred;
|
||||||
}
|
}
|
||||||
@@ -31,6 +33,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#bottom-right {
|
#bottom-right {
|
||||||
|
height: 100%;
|
||||||
layout: grid;
|
layout: grid;
|
||||||
grid-size: 3;
|
grid-size: 3;
|
||||||
grid-columns: 1fr;
|
grid-columns: 1fr;
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ Screen {
|
|||||||
margin: 1 2;
|
margin: 1 2;
|
||||||
min-height: 25;
|
min-height: 25;
|
||||||
min-width: 26;
|
min-width: 26;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
|
|||||||
Reference in New Issue
Block a user