File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -975,8 +975,15 @@ atomic-search-interface#search-v2 {
975
975
grid-template-columns : minmax (50% , 100% ) !important ;
976
976
977
977
@media (min-width : 1024px ) {
978
+ & : has (atomic-search-box ) {
979
+ grid-template-areas :
980
+ "atomic-section-search atomic-section-status"
981
+ "atomic-section-facets atomic-section-main "
982
+ "atomic-section-facets . " !important ;
983
+ }
984
+
978
985
grid-template-areas :
979
- "atomic-section-search atomic-section-status"
986
+ "atomic-section-facets atomic-section-status"
980
987
"atomic-section-facets atomic-section-main "
981
988
"atomic-section-facets . " !important ;
982
989
@@ -1024,6 +1031,10 @@ atomic-search-interface#search-v2 {
1024
1031
width : 100% !important ;
1025
1032
max-width : 100% !important ;
1026
1033
}
1034
+
1035
+ atomic-layout-section [section = "facets" ] {
1036
+ margin : var (--atomic-layout-spacing-y ) 0 ;
1037
+ }
1027
1038
}
1028
1039
}
1029
1040
@@ -1050,10 +1061,6 @@ atomic-search-interface#search-standalone-header {
1050
1061
}
1051
1062
}
1052
1063
1053
- # atomic-search-box-xqtsq-popup {
1054
- z-index : 9999 ;
1055
- }
1056
-
1057
1064
body : not (: has (.main-layout )) header atomic-search-interface {
1058
1065
/* Show on landing pages */
1059
1066
display : block;
Original file line number Diff line number Diff line change 1
1
---
2
2
type : search
3
3
title : Search
4
- params :
5
- searchOnPage : true
6
4
url : search.html
7
5
---
You can’t perform that action at this time.
0 commit comments