@@ -2,10 +2,6 @@ html.is-clipped--navbar {
2
2
overflow-y : hidden;
3
3
}
4
4
5
- /* body {
6
- padding-top: var(--navbar-height);
7
- } */
8
-
9
5
.sections-header {
10
6
border-bottom : 0.1rem solid var (--nav-border-color );
11
7
padding-bottom : 0.75rem !important ;
@@ -193,7 +189,7 @@ html.is-clipped--navbar {
193
189
margin-right : 1rem ;
194
190
font-size : 1.2rem ;
195
191
font-weight : 400 ;
196
- margin-top : 0.1 rem ;
192
+ margin-bottom : 0.5 rem ;
197
193
color : var (--esmf-tertiary );
198
194
}
199
195
@@ -221,6 +217,7 @@ html.is-clipped--navbar {
221
217
.sections-dropdown-mobile {
222
218
overflow : hidden;
223
219
margin-left : -0.3rem ;
220
+ margin-bottom : 0.5rem ;
224
221
}
225
222
226
223
.sections-dropdown-mobile .sections-dropdown-button ,
@@ -254,8 +251,9 @@ html.is-clipped--navbar {
254
251
overflow : visible;
255
252
}
256
253
257
- .sections-dropdown-mobile > .sections-dropdown-content {
254
+ .sections-dropdown-mobile > .sections-dropdown-content > li {
258
255
position : relative;
256
+ padding-bottom : 0.5rem ;
259
257
}
260
258
261
259
.sections-dropdown-content a {
@@ -291,7 +289,7 @@ html.is-clipped--navbar {
291
289
}
292
290
293
291
.sections-navbar-brand {
294
- height : inherit ;
292
+ flex : auto ;
295
293
}
296
294
297
295
.sections-navbar-brand .navbar-item {
@@ -313,7 +311,7 @@ html.is-clipped--navbar {
313
311
position : fixed;
314
312
top : 8rem ;
315
313
max-height : var (--body-min-height );
316
- overflow-y : auto;
314
+ /* overflow-y: auto; */
317
315
padding : 0.5rem 0 ;
318
316
}
319
317
@@ -325,6 +323,31 @@ html.is-clipped--navbar {
325
323
.sections-navbar-menu .navbar-link : hover {
326
324
background : var (--navbar-menu_hover-background );
327
325
}
326
+
327
+ .sections-header {
328
+ display : none;
329
+ }
330
+
331
+ .doc > h1 {
332
+ display : none;
333
+ }
334
+
335
+ .toolbar {
336
+ top : unset !important ;
337
+ }
338
+
339
+ body : has (.sections-body ) {
340
+ padding-top : 0 ;
341
+ }
342
+
343
+ .sections-body .sections-docu-title {
344
+ display : block;
345
+ margin-left : 35px ;
346
+ white-space : nowrap;
347
+ color : # 8da5bf ;
348
+ margin-top : -2rem ;
349
+ z-index : 900 ;
350
+ }
328
351
}
329
352
330
353
@media screen and (min-width : 1024px ) {
0 commit comments