File tree Expand file tree Collapse file tree 4 files changed +26
-7
lines changed Expand file tree Collapse file tree 4 files changed +26
-7
lines changed Original file line number Diff line number Diff line change @@ -732,7 +732,7 @@ atomic-search-interface {
732732 margin-top : 2rem ;
733733}
734734
735- atomic -search-box {
735+ . header -search-box {
736736 & ::part (wrapper ) {
737737 border-radius : 0 ;
738738 border-color : oklch (var (--color-foreground ));
@@ -770,15 +770,15 @@ atomic-query-summary {
770770atomic-search-layout {
771771 grid-template-areas :
772772 "atomic-section-search"
773+ "atomic-section-status"
773774 "atomic-section-facets"
774- "atomic-section-main"
775- "." !important ;
775+ "atomic-section-main" ;
776776
777777 grid-template-columns : minmax (50% , 100% ) !important ;
778778
779779 @media (min-width : 1024px ) {
780780 grid-template-areas :
781- ". atomic-section-search"
781+ "atomic-section-search atomic-section-status "
782782 "atomic-section-facets atomic-section-main "
783783 "atomic-section-facets . " !important ;
784784
@@ -787,10 +787,17 @@ atomic-search-layout {
787787 }
788788}
789789
790- atomic-search-layout atomic-layout-section [section = "search " ] {
790+ atomic-search-layout atomic-layout-section [section = "status " ] {
791791 /* Override Coveo's width to be full */
792792 max-width : 100% ;
793+ display : block;
794+ width : 100% ;
795+ }
796+
797+ atomic-search-layout atomic-layout-section [section = "search" ] {
798+ /* Override Coveo's width to be full */
793799 width : 100% !important ;
800+ max-width : 100% !important ;
794801}
795802
796803.atomic-full-summary-and-sort {
Original file line number Diff line number Diff line change 1+ ---
2+ type : search
3+ title : Search
4+ params :
5+ searchOnPage : true
6+ url : search.html
7+ ---
Original file line number Diff line number Diff line change 11< atomic-search-interface id ="search-standalone-header " data-mf ="true " style ="display:none; ">
2- < atomic-search-box redirection-url ="/search.html ">
2+ < atomic-search-box redirection-url ="/search.html " class =" header-search-box " >
33 </ atomic-search-box >
44</ atomic-search-interface >
Original file line number Diff line number Diff line change 11< atomic-search-interface id ="search-v2 ">
22 < atomic-search-layout >
33 <!-- Search/Metadata Section -->
4- < atomic-layout-section section ="search ">
4+ {{ if .Params.searchOnPage }}
5+ < atomic-layout-section section ="search ">
6+ < atomic-search-box > </ atomic-search-box >
7+ </ atomic-layout-section >
8+ {{ end }}
9+ < atomic-layout-section section ="status ">
510 < div class ="atomic-full-summary-and-sort ">
611 < atomic-refine-toggle > </ atomic-refine-toggle >
712 < atomic-query-summary > </ atomic-query-summary >
You can’t perform that action at this time.
0 commit comments