Show navbar at bottom of page too.
This commit is contained in:
parent
01e5ea14ab
commit
a8f538eddf
@ -734,7 +734,8 @@ fn view_desktop(model: &Model) -> Node<Msg> {
|
||||
};
|
||||
div![
|
||||
view_header(&model.query, &model.refreshing_state),
|
||||
section![C!["section"], div![C!["container"], content],]
|
||||
section![C!["section"], div![C!["container"], content]],
|
||||
view_header(&model.query, &model.refreshing_state),
|
||||
]
|
||||
}
|
||||
|
||||
@ -746,7 +747,8 @@ fn view_mobile(model: &Model) -> Node<Msg> {
|
||||
};
|
||||
div![
|
||||
view_header(&model.query, &model.refreshing_state),
|
||||
section![C!["section"], div![C!["content"], content],]
|
||||
section![C!["section"], div![C!["content"], content]],
|
||||
view_header(&model.query, &model.refreshing_state),
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user