File tree Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -576,6 +576,11 @@ nav {
576
576
.content-layout .side-gutter {
577
577
grid-column-start : 2 ;
578
578
}
579
+
580
+ .navbar atomic-search-interface {
581
+ margin : 0 ;
582
+ display : block;
583
+ }
579
584
}
580
585
581
586
.list-page {
@@ -708,11 +713,6 @@ atomic-search-layout atomic-layout-section[section="search"] {
708
713
z-index : 9999 ;
709
714
}
710
715
711
- header atomic-search-interface {
712
- /* Hide by default */
713
- display : none;
714
- }
715
-
716
716
body : not (: has (.main-layout )) header atomic-search-interface {
717
717
/* Show on landing pages */
718
718
display : block;
@@ -789,7 +789,7 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
789
789
position : sticky;
790
790
top : 0 ;
791
791
margin-top : 0rem ;
792
- padding-top : 1 rem ;
792
+ padding-top : 1.5 rem ;
793
793
align-items : start;
794
794
overflow-y : auto;
795
795
color : var (--color-foreground );
Original file line number Diff line number Diff line change @@ -53,22 +53,6 @@ async function atomicCoveo() {
53
53
} ,
54
54
} ) ;
55
55
await searchPageInterface . executeFirstSearch ( ) ;
56
- } else {
57
- if ( sidebar ) {
58
- await searchBarSidebar . initialize ( {
59
- accessToken : token ,
60
- organizationId : org_id ,
61
- analytics : { analyticsMode : 'legacy' } ,
62
- preprocessRequest : ( request , clientOrigin , metadata ) => {
63
- const body = JSON . parse ( request . body ) ;
64
- body . q = `<@- ${ body . q } -@>` ;
65
- request . body = JSON . stringify ( body ) ;
66
-
67
- return request ;
68
- } ,
69
- } ) ;
70
- await searchBarSidebar . executeFirstSearch ( ) ;
71
- }
72
56
}
73
57
74
58
/* Initialize the header searchbar*/
You can’t perform that action at this time.
0 commit comments