mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix examples.
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
#static1 {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#static2 {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
Screen {
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
App Static {
|
||||
background: blue 20%;
|
||||
height: 5;
|
||||
@@ -9,9 +18,3 @@ App Static {
|
||||
padding: 1;
|
||||
border: wide black;
|
||||
}
|
||||
#static1 {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#static2 {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user