Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hyoo-ru/mam_mol
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Dec 12, 2023
2 parents d2045b6 + 99eb829 commit 4e054b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions page/page.view.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ namespace $.$$ {

Body_content: {
padding: $mol_gap.block ,
flex: {
direction: 'column',
},
justify: {
self: 'stretch',
},
Expand Down
4 changes: 2 additions & 2 deletions page/page.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ $mol_page $mol_view
<= Body $mol_scroll
scroll_top? => body_scroll_top?
sub <= body_content /
<= Body_content $mol_list
rows <= body /$mol_view
<= Body_content $mol_view
sub <= body /$mol_view
<= Foot $mol_view
dom_name \footer
sub <= foot /$mol_view

0 comments on commit 4e054b5

Please sign in to comment.