Skip to content

Commit

Permalink
+3
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Oct 30, 2023
1 parent e3ecdec commit 5e67dd7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions toys.view.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
flex: 0 0 20rem;
}

[hyoo_toys_filters_body] {
gap: .75rem;
padding: .75rem 0;
}

[hyoo_toys_filters_body] > * {
padding: .75rem;
background: var(--mol_theme_card);
}

[hyoo_toys_filter_type] {
flex-direction: column;
flex: none;
Expand Down
7 changes: 4 additions & 3 deletions toys.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ $hyoo_toys $mol_book2
value?val <=> filter_size?val \all
options <= filter_size_options *
all <= filter_size_option_all @ \All sizes
<= Filter_popular $mol_check
checked?val <=> filter_popular?val false
title <= filter_popular_title @ \Only popular
<= Filter_flags $mol_list rows /
<= Filter_popular $mol_check
checked?val <=> filter_popular?val false
title <= filter_popular_title @ \Only popular
<= Sort $mol_switch
value?val <=> sort_key?val \price
options <= sort_items *
Expand Down

0 comments on commit 5e67dd7

Please sign in to comment.