fixes for layout

This commit is contained in:
Will McGugan
2022-05-19 17:48:39 +01:00
parent b42d33c48d
commit 875d67a91d
9 changed files with 111 additions and 47 deletions

25
sandbox/nest.css Normal file
View File

@@ -0,0 +1,25 @@
Vertical {
background: blue;
}
#container {
width:50%;
height: auto;
align-horizontal: center;
padding: 1;
border: heavy white;
background: white 50%;
overflow-y: auto
}
TextWidget {
/* width: 50%; */
height: auto;
padding: 2;
background: green 30%;
border: yellow;
box-sizing: border-box;
}