mirror of
https://github.com/documize/community.git
synced 2025-07-30 10:39:44 +02:00
Improve Print & PDF rendering
Tweaked CSS for more compact format utilizing print real estate.
This commit is contained in:
parent
3e1ee64e6f
commit
c3c4e9820e
5 changed files with 712 additions and 679 deletions
|
@ -1,7 +1,7 @@
|
|||
{{#unless emptyState}}
|
||||
<div id="doc-toc" class="document-toc {{if isDesktop 'document-toc-desktop'}}">
|
||||
<div class="header">
|
||||
<div class="title">Table of contents</div>
|
||||
<div class="title">Contents</div>
|
||||
{{#if canEdit}}
|
||||
<div id="tocToolbar" class="toc-controls {{if state.actionablePage 'current-page'}}">
|
||||
<div id="toc-up-button" class="button-icon-green button-icon-small {{if state.upDisabled 'disabled'}}" {{action 'pageUp'}}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue