Commit 153e4a1 1 parent 24923f2 commit 153e4a1 Copy full SHA for 153e4a1
File tree 2 files changed +8
-9
lines changed
doc/themes/the-things-stack
layouts/shortcodes/openapi
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 3
3
flex-direction : row ;
4
4
align-items : center ;
5
5
justify-content : space-between ;
6
+ padding-bottom : 1rem ;
7
+ }
8
+
9
+ .api-page-header h3 {
10
+ margin-bottom : 0 ;
6
11
}
7
12
8
13
.collapse-button {
31
36
flex-direction : column ;
32
37
align-items : stretch ;
33
38
width : 100% ;
34
- margin-bottom : 1rem ;
39
+ margin-top : 1rem ;
35
40
border : 1px solid #e5e5e5 ;
36
41
border-radius : 0.25rem ;
37
42
padding : 0.5rem ;
50
55
.api-tag-summary-icon-expand {
51
56
display : none ;
52
57
width : 3% ;
58
+ z-index : 9999 ;
53
59
}
54
60
55
61
.api-tag-summary-icon-collapse {
56
62
width : 3% ;
57
63
display : block ;
64
+ z-index : 9999 ;
58
65
}
59
66
60
67
.api-items {
Original file line number Diff line number Diff line change 4
4
< div class ="api-page-header ">
5
5
< h3 > The Things Stack HTTP (REST) API Reference</ h3 >
6
6
< p > Version: < code > {{ $openapi.info.version }} </ code > </ p >
7
- < button
8
- class ="collapse-button "
9
- onclick ="collapseAll() "
10
- title ="Collapse All Services "
11
- >
12
- {{- $upArrow := resources.Get "/img/expand_less.svg" }}
13
- < img src ="{{ $upArrow.Permalink }} " alt ="Collapse all " />
14
- </ button >
15
7
</ div >
16
8
< div class ="api-tags-table ">
17
9
< table >
You can’t perform that action at this time.
0 commit comments