padding
This commit is contained in:
parent
cb90846b6f
commit
c00a47fe7f
|
@ -202,6 +202,8 @@ pub fn setup(
|
||||||
style: Style {
|
style: Style {
|
||||||
width: Val::Percent(100.0),
|
width: Val::Percent(100.0),
|
||||||
height: Val::Percent(100.0),
|
height: Val::Percent(100.0),
|
||||||
|
left: Val::Percent(2.0),
|
||||||
|
top: Val::Percent(2.0),
|
||||||
align_items: AlignItems::Start,
|
align_items: AlignItems::Start,
|
||||||
justify_content: JustifyContent::Start,
|
justify_content: JustifyContent::Start,
|
||||||
..default()
|
..default()
|
||||||
|
|
Loading…
Reference in a new issue