mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
tests for box model
This commit is contained in:
@@ -26,7 +26,7 @@ Widget {
|
||||
#thing2 {
|
||||
border: solid white;
|
||||
/* outline: heavy blue; */
|
||||
|
||||
height: 10;
|
||||
padding: 1 2;
|
||||
box-sizing: border-box;
|
||||
|
||||
@@ -39,7 +39,7 @@ Widget {
|
||||
|
||||
|
||||
#thing3 {
|
||||
|
||||
height: 10;
|
||||
margin: 1;
|
||||
background:blue;
|
||||
align-horizontal: center;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
.list-item {
|
||||
height: 8;
|
||||
width:100%;
|
||||
|
||||
min-width: 80;
|
||||
background: dark_blue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user