File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
custom-implementation/src Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 18
18
}
19
19
}
20
20
21
- /* Constrain sidebar within fern-body but account for header
22
- .fern-sidebar-fixed {
23
- position: absolute !important;
24
- } */
25
-
26
21
# fern-docs {
27
22
margin : 64px 0px !important ; /* Push content below header */
28
23
}
29
24
30
25
# fern-toc {
31
- margin : 64 px 0px !important ; /* Push TOC below header */
26
+ padding : 42 px 0px !important ;
32
27
}
33
28
34
29
# fern-sidebar {
35
- margin : 32 px 0 px !important ; /* Push TOC and sidebar below header */
30
+ position : absolute !important ;
36
31
}
37
32
33
+
Original file line number Diff line number Diff line change 26
26
- path : ./dist/output.js
27
27
strategy : beforeInteractive
28
28
29
- # layout:
30
- # searchbar-placement: sidebar
31
- # tabs-placement: sidebar
32
- # disable-header: true
29
+ layout :
30
+ searchbar-placement : sidebar
31
+ tabs-placement : sidebar
32
+ disable-header : true
33
33
34
34
typography :
35
35
bodyFont :
You can’t perform that action at this time.
0 commit comments