File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -728,11 +728,6 @@ atomic-search-interface {
728
728
margin-top : 2rem ;
729
729
}
730
730
731
- # search-standalone-sidebar {
732
- min-height : 54px ;
733
- max-height : 54px ;
734
- }
735
-
736
731
atomic-search-box {
737
732
& ::part (wrapper ) {
738
733
border-radius : 0 ;
@@ -751,6 +746,16 @@ atomic-search-box {
751
746
}
752
747
}
753
748
749
+ atomic-refine-toggle {
750
+ display : none;
751
+ }
752
+
753
+ @media (max-width : 1024px ) {
754
+ atomic-refine-toggle {
755
+ display : block;
756
+ }
757
+ }
758
+
754
759
atomic-query-summary {
755
760
/* Show duration */
756
761
& ::part (duration ) {
@@ -761,6 +766,7 @@ atomic-query-summary {
761
766
atomic-search-layout {
762
767
grid-template-areas :
763
768
"atomic-section-search"
769
+ "atomic-section-facets"
764
770
"atomic-section-main"
765
771
"." !important ;
766
772
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Search Results
3
+ type : search
4
+ url : ' search.html'
5
+ ---
Original file line number Diff line number Diff line change 111
111
<!-- Search/Metadata Section -->
112
112
< atomic-layout-section section ="search ">
113
113
< div class ="atomic-full-summary-and-sort ">
114
+ < atomic-refine-toggle > </ atomic-refine-toggle >
114
115
< atomic-query-summary > </ atomic-query-summary >
115
116
< atomic-sort-dropdown >
116
117
< atomic-sort-expression label ="relevance " expression ="relevancy "> </ atomic-sort-expression >
121
122
122
123
<!-- Facet Section -->
123
124
< atomic-layout-section section ="facets ">
124
- < atomic-facet field ="f5_product " label ="Show by product "> </ atomic-facet >
125
- < atomic-refine-toggle > </ atomic-refine-toggle >
125
+ < atomic-facet-manager >
126
+ < atomic-facet field ="f5_product " label ="Show by product "> </ atomic-facet >
127
+ </ atomic-facet-manager >
126
128
</ atomic-layout-section >
127
129
128
130
<!-- Main Section -->
You can’t perform that action at this time.
0 commit comments