mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Improve document sidebar flexbox CSS
Maximum widths to control table of contents wrapping.
This commit is contained in:
parent
25fd13bd3f
commit
983b84235c
4 changed files with 80 additions and 45 deletions
|
@ -12,6 +12,7 @@
|
|||
{{/layout/top-bar}}
|
||||
|
||||
{{#layout/middle-zone}}
|
||||
|
||||
{{#layout/middle-zone-content}}
|
||||
|
||||
{{toolbar/for-document
|
||||
|
@ -67,6 +68,7 @@
|
|||
{{/layout/middle-zone-content}}
|
||||
|
||||
{{#layout/middle-zone-sidebar}}
|
||||
|
||||
{{document/document-toc
|
||||
document=document
|
||||
folder=folder
|
||||
|
@ -79,7 +81,9 @@
|
|||
onShowPage=(action 'onShowPage')
|
||||
onPageSequenceChange=(action 'onPageSequenceChange')
|
||||
onPageLevelChange=(action 'onPageLevelChange')}}
|
||||
|
||||
{{/layout/middle-zone-sidebar}}
|
||||
|
||||
{{/layout/middle-zone}}
|
||||
|
||||
{{#layout/bottom-bar}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue