Skip to content

Commit

Permalink
Adjust padding in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
joulei committed Sep 23, 2024
1 parent bf82072 commit d02f65d
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 d02f65d

Please sign in to comment.