File tree Expand file tree Collapse file tree 5 files changed +22
-24
lines changed Expand file tree Collapse file tree 5 files changed +22
-24
lines changed Original file line number Diff line number Diff line change 1
1
= Admonitions
2
2
:check-mark: icon:check[]
3
+ // :page-disablefeedback: true
3
4
4
5
5
6
== NOTE
@@ -27,7 +28,7 @@ Eos suscipit scaevola at.
27
28
28
29
Cum dicat putant ne.
29
30
Est in reque homero principes, meis deleniti mediocrem ad has.
30
- Altera atomorum his ex, has cu elitr melius propriae.
31
+ // Altera atomorum his ex, has cu elitr melius propriae.
31
32
32
33
[TIP]
33
34
====
Original file line number Diff line number Diff line change @@ -265,6 +265,21 @@ page:
265
265
- content : GraphGists
266
266
url : graph-gist-index.html
267
267
urlType : internal
268
+ - content : Star Wars Social Network
269
+ url : graph-gist-star-wars-social-network.html
270
+ urlType : internal
271
+ - content : First Steps with Cypher
272
+ url : first-steps-with-cypher.html
273
+ urlType : internal
274
+ - content : Category Pop Culture
275
+ url : graph-gist-category-pop-culture.html
276
+ urlType : internal
277
+ - content : Contribute
278
+ url : contribute.html
279
+ urlType : internal
280
+ - content : Promos
281
+ url : promos.html
282
+ urlType : internal
268
283
- content : Reference - a long title that also has child pages
269
284
items :
270
285
- content : Keyboard Shortcuts
@@ -283,21 +298,6 @@ page:
283
298
- content : English + 中文
284
299
url : ' /xyz/4.1/index.html#english+中文'
285
300
urlType : internal
286
- - content : Star Wars Social Network
287
- url : graph-gist-star-wars-social-network.html
288
- urlType : internal
289
- - content : First Steps with Cypher
290
- url : first-steps-with-cypher.html
291
- urlType : internal
292
- - content : Category Pop Culture
293
- url : graph-gist-category-pop-culture.html
294
- urlType : internal
295
- - content : Contribute
296
- url : contribute.html
297
- urlType : internal
298
- - content : Promos
299
- url : promos.html
300
- urlType : internal
301
301
# additional page attributes indexed by page-slug
302
302
pages-data :
303
303
cheatsheet-products : &cheatsheet-products
Original file line number Diff line number Diff line change @@ -157,8 +157,9 @@ html.is-clipped--nav {
157
157
position : relative;
158
158
}
159
159
160
- .nav-panel-manu .has-feedback .nav-menu {
161
- margin-bottom : calc (var (--feedback-height ) + 1rem );
160
+ .nav-panel-menu .has-feedback {
161
+ height : calc (var (--nav-panel-height--desktop ) - var (--feedback-height ) - 1.5rem );
162
+ padding-bottom : calc (var (--feedback-height ) * 1.5 );
162
163
}
163
164
164
165
.nav-menu .component-title {
Original file line number Diff line number Diff line change 406
406
--nav-height : calc (var (--body-min-height ) - var (--toolbar-height ));
407
407
--nav-height--desktop : var (--body-min-height );
408
408
--nav-panel-height : calc (var (--nav-height ) - var (--drawer-height ));
409
- --nav-panel-height--desktop :
410
- calc (
411
- var (--nav-height--desktop ) - var (--drawer-height ) - var (--feedback-height ) * 8px
412
- ); /* 1rem is feedback padding */
413
-
409
+ --nav-panel-height--desktop : calc (var (--nav-height--desktop ) - var (--drawer-height ));
414
410
--nav-width : 18rem ;
415
411
--toc-top : calc (var (--body-top ) + var (--toolbar-height ));
416
412
--kb-metadata-top : calc (var (--body-top ) + var (--toolbar-height ));
Original file line number Diff line number Diff line change 6
6
</div >
7
7
</aside >
8
8
{{ else }}
9
- <div class =" nav-panel-menu is-active" data-panel =" menu" >
9
+ <div class =" nav-panel-menu is-active{{ #unless page.attributes.disablefeedback }} has-feedback {{ /unless }} " data-panel =" menu" >
10
10
<nav class =" nav-menu" >
11
11
{{ #with page.navigation }} {{> nav-tree navigation =this module = @root.page.module }} {{ /with }}
12
12
</nav >
You can’t perform that action at this time.
0 commit comments