improve NodeView components and style

This commit is contained in:
axolotle
2021-06-24 16:13:31 +02:00
parent f4d81dffcf
commit a25123f4f9
13 changed files with 54 additions and 71 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</div>
<div v-if="mode === 'card' && node.parents && node.parents.length" class="node-view-header-parent">
<node-view-title :node="node.parents[0]" edition />
<node-view-title :node="node.parents[0]" edition tag="div" />
</div>
</h4>