File tree Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ body ::-webkit-scrollbar-thumb {
137
137
}
138
138
139
139
.m-0 {
140
- margin : 0 px ;
140
+ margin : 0 ;
141
141
}
142
142
143
143
.justify-between {
Original file line number Diff line number Diff line change @@ -283,6 +283,10 @@ body {
283
283
transition : max-height 0.2s ease, padding 0.2s ease;
284
284
}
285
285
286
+ .navbar-sub .navlinks {
287
+ flex-direction : column;
288
+ }
289
+
286
290
.navbar-sub .drop-down-content {
287
291
display : inherit;
288
292
position : inherit;
Original file line number Diff line number Diff line change 24
24
</nav >
25
25
<nav id =" navbar-sub" class =" navbar-sub" >
26
26
<div class =" container justify-between" >
27
- <div class =" flex flex-col m-0" >
27
+ <div class =" navlinks flex m-0" >
28
28
{{ #> navbar }}
29
29
navbar.hbs partial not found - you're seeing failover content
30
30
<a class =" navbar-sub-item" href =" #" >Home</a >
40
40
<svg aria-hidden =" true" focusable =" false" data-prefix =" fas" data-icon =" arrow-right" role =" img" xmlns =" http://www.w3.org/2000/svg" viewBox =" 0 0 448 512" data-fa-i2svg =" " ><path fill =" currentColor" d =" M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z" ></path ></svg >
41
41
</a >
42
42
</div >
43
- <div class =" flex flex-col m-0" >
44
- {{ #with @root.page.versions }}
45
- <div class =" page-versions" >
46
- <button class =" version-menu-toggle" title =" Show other versions of page" >{{ @root.page.componentVersion.displayVersion }} </button >
47
- <div class =" version-menu" >
48
- {{ #each this }}
49
- <a class =" version
50
- {{ ~#if (eq ./version @root.page.version )}} is-current{{ /if ~}}
51
- {{ ~#if ./missing }} is-missing{{ /if }} " href =" {{{ relativize ./url }}} " >{{ ./displayVersion }} </a >
52
- {{ /each }}
53
- </div >
43
+ {{ #with @root.page.versions }}
44
+ <div class =" page-versions" >
45
+ <button class =" version-menu-toggle" title =" Show other versions of page" >{{ @root.page.componentVersion.displayVersion }} </button >
46
+ <div class =" version-menu" >
47
+ {{ #each this }}
48
+ <a class =" version
49
+ {{ ~#if (eq ./version @root.page.version )}} is-current{{ /if ~}}
50
+ {{ ~#if ./missing }} is-missing{{ /if }} " href =" {{{ relativize ./url }}} " >{{ ./displayVersion }} </a >
51
+ {{ /each }}
54
52
</div >
55
- {{ /with }}
56
53
</div >
54
+ {{ /with }}
57
55
</div >
58
56
</nav >
59
57
</header >
You can’t perform that action at this time.
0 commit comments