File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default {
24
24
@import ' docc-render/styles/_core.scss' ;
25
25
26
26
.OnThisPageStickyContainer {
27
- $top : $nav-height + rem (10 px );
27
+ $top : $nav-height + rem (13 px );
28
28
margin-top : $contenttable-spacing-single-side ;
29
29
position : sticky ;
30
30
top : $top ;
Original file line number Diff line number Diff line change @@ -132,6 +132,10 @@ export default {
132
132
ul {
133
133
list-style-type : none ;
134
134
margin : 0 ;
135
+
136
+ li :first-child .base-link {
137
+ margin-top : 0 ;
138
+ }
135
139
}
136
140
137
141
.parent-item .base-link {
142
146
color : var (--color-figure-gray-secondary );
143
147
@include font-styles (body- reduced- tight);
144
148
display : inline-block ;
145
- margin-bottom : 5px ;
149
+ margin : 5px 0 ;
146
150
transition : color 0.15s ease-in ;
147
151
max-width : 100% ;
148
152
}
You can’t perform that action at this time.
0 commit comments