Implement instant photo website
This commit is contained in:
parent
e903ca7ff9
commit
571dff3598
2 changed files with 82 additions and 9 deletions
|
|
@ -169,7 +169,7 @@ impl Drawer {
|
|||
.with_display(Display::Flex)
|
||||
.with_flex_direction(FlexDirection::Column)
|
||||
.with_align_items(Some(AlignItems::Center))
|
||||
.with_gap(length(16.0))
|
||||
.with_gap(length(8.0))
|
||||
.and_child(image)
|
||||
.and_child(title)
|
||||
.register(&mut tree)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue