Skip to content

Commit

Permalink
less padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jan 13, 2023
1 parent 9ce8e96 commit daef462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 4 additions & 0 deletions catalog/catalog.view.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
flex: 1000 1 auto;
}

[hyoo_toys_catalog_body] {
padding: 0;
}

[hyoo_toys_catalog_filter_title] {
align-self: stretch;
}
Expand Down
2 changes: 1 addition & 1 deletion details/details.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $hyoo_toys_details $mol_page
sub /
<= Close_icon $mol_icon_cross
body /
<= Main $mol_view
<= Main $mol_row
sub /
<= Image $mol_view
sub /
Expand Down
7 changes: 0 additions & 7 deletions toys.view.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,15 @@
[hyoo_toys_filter_type] {
flex-direction: column;
flex: none;
padding: .75rem;
}

[hyoo_toys_filter_size] {
flex: none;
padding: .75rem;
}

[hyoo_toys_sort] {
flex-direction: column;
flex: none;
padding: .75rem;
}

[hyoo_toys_filter_popular] {
margin: .75rem;
}

[hyoo_toys_filter_popular][mol_check_checked] {
Expand Down

0 comments on commit daef462

Please sign in to comment.