mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
Revamp document view using new layout
New master page system and UI framework implemented on document view. Sidebar contains ToC and Attachments.
This commit is contained in:
parent
b4b3dbcb4c
commit
7cdf97aa86
27 changed files with 348 additions and 263 deletions
|
@ -16,7 +16,6 @@ export default Component.extend({
|
|||
tagName: 'div',
|
||||
classNames: [],
|
||||
classNameBindings: ['calcClass'],
|
||||
|
||||
where: 'right',
|
||||
calcClass: computed(function() {
|
||||
return `dmz-button-gap-${this.where}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue