File tree Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -443,6 +443,9 @@ ol li:last-child {
443
443
444
444
.header__search {
445
445
width : 14rem ;
446
+ /* This is a horrible hack to stop coveo overflowing 3500px for no reason. :sad */
447
+ transform : translateY (0 );
448
+ overflow : hidden;
446
449
}
447
450
448
451
.header__product-selector {
@@ -514,6 +517,7 @@ ol li:last-child {
514
517
height : 2rem ;
515
518
stroke : currentColor;
516
519
color : black;
520
+ transition : color 0.2s ease;
517
521
}
518
522
}
519
523
@@ -1057,7 +1061,7 @@ body:not(:has(.main-layout)) header atomic-search-interface {
1057
1061
display : none;
1058
1062
position : absolute;
1059
1063
top : 0 ;
1060
- margin-top : 4 em ;
1064
+ margin-top : calc ( var ( --header-height ) - 1 rem ) ;
1061
1065
padding : 1rem 1.5rem ;
1062
1066
background-color : oklch (var (--color-background ));
1063
1067
border : oklch (var (--color-foreground )) 1px solid;
Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
2
3
- < main class ="content content-has-toc " role ="main ">
3
+ < main class ="content " role ="main ">
4
4
< section class ="main-layout ">
5
5
< section id ="maincontent " class ="content-layout ">
6
6
< div data-cms-edit ="content " class ="text-content list-page ">
Original file line number Diff line number Diff line change 3
3
< main class ="content ">
4
4
<!-- Replace icons -->
5
5
{{ $content := partial "icon-replacement.html" (dict "content" .Content) }}
6
- < main role =" main " >
6
+
7
7
8
8
< section class ="main-layout ">
9
9
< section id ="maincontent " class ="content-layout ">
@@ -34,7 +34,6 @@ <h1>{{ .Title }}</h1>
34
34
35
35
{{ partial "previous-next-links-in-section-with-title.html" . }}
36
36
37
- </ main >
38
37
</ section >
39
38
</ section >
40
39
</ main >
Original file line number Diff line number Diff line change 116
116
</ div >
117
117
</ button >
118
118
< div class ="dropdown-content " id ="dropdown-content ">
119
- < ul >
120
- {{ range $f5Sites }}
121
- < li >
122
- < a href ="{{ .url }} " target ="_blank " > {{ .title }}</ a >
123
- < p > {{ .description }}</ p >
124
- </ li >
125
- {{ end }}
126
- </ ul >
119
+ < ul >
120
+ {{ range $f5Sites }}
121
+ < li >
122
+ < a href ="{{ .url }} " target ="_blank " > {{ .title }}</ a >
123
+ < p > {{ .description }}</ p >
124
+ </ li >
125
+ {{ end }}
126
+ </ ul >
127
127
</ div >
128
128
129
129
</ div >
You can’t perform that action at this time.
0 commit comments