Harmonize comment CSS
This commit is contained in:
@@ -53,7 +53,9 @@ export default {
|
||||
class="clickable"
|
||||
/>
|
||||
<span class="drill-icon"><spotIcon :icon="'drill-'+options.subtype" /></span>
|
||||
<span v-if="options.comment && type == 'post'" class="comment">{{ options.comment }}</span>
|
||||
<div v-if="options.comment && type == 'post'" class="comment">
|
||||
<p>{{ options.comment }}</p>
|
||||
</div>
|
||||
</a>
|
||||
<div style="display:none">
|
||||
<span v-if="options.comment" ref="comment" class="lb-caption-line comment desktop">
|
||||
|
||||
Reference in New Issue
Block a user