mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
Sidebar more responsive and sticky
Tweaked CSS to support small-to-large screen real estate.
This commit is contained in:
parent
f20a1d1d5f
commit
25fd13bd3f
6 changed files with 47 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
{{#unless emptyState}}
|
||||
<div id="sidebar" class="document-sidebar">
|
||||
<div id="sidebar" class="sidebar-white document-sidebar">
|
||||
<div id="doc-toc" class="document-toc {{if isDesktop 'document-toc-desktop'}}">
|
||||
<div class="header">
|
||||
{{#if canEdit}}
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{else}}
|
||||
<p>No attachments found</p>
|
||||
{{/if}}
|
||||
{{#if canEdit}}
|
||||
<div class="upload-document-files">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue