Skip to content

Commit

Permalink
Merge pull request #157 from joulei/fix-empty-space-room-screen
Browse files Browse the repository at this point in the history
Fix empty space below room screen input
  • Loading branch information
kevinaboos authored Sep 23, 2024
2 parents bf82072 + d02f65d commit 8b09a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home/home_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ live_design! {
}
width: Fill, height: Fill
flow: Down
padding: {top: 40.}

<NavigationWrapper> {
view_stack = <StackNavigation> {
root_view = {
padding: {top: 40.}
flow: Down
width: Fill, height: Fill
sidebar = <RoomsSideBar> {}
Expand Down

0 comments on commit 8b09a04

Please sign in to comment.