Work in progress in blurring asset preview and minor CSS/template cleanups

This commit is contained in:
2018-03-21 20:15:29 +01:00
parent d30a11c8f7
commit 479a435ec5
6 changed files with 78 additions and 79 deletions

View File

@@ -1,11 +1,11 @@
| {% block body %}
#node-container
section.node-preview.group
.node-title#node-title
| {{node.name}}
section.node-details-container
.node-details-header
.node-title#node-title
| {{node.name}}
.node-details-meta.preview
.node-details-meta-actions
.btn-browsetoggle(
title="Toggle between list/grid view",
@@ -13,10 +13,11 @@
data-placement="top")
i.pi-list
| {% if node.description %}
.node-details-description
| {{ node.description | markdown }}
| {% endif %}
| {% if node.description %}
.node-details-description#node-description
| {{ node.description | markdown }}
| {% endif %}
section.node-children.group