mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Refinied design
This commit is contained in:
parent
4097cc16f7
commit
58728df97b
@ -44,15 +44,12 @@
|
|||||||
<h2 class="title hyphenate-text">{{ post.title }}</h2>
|
<h2 class="title hyphenate-text">{{ post.title }}</h2>
|
||||||
<ds-space margin-bottom="small" />
|
<ds-space margin-bottom="small" />
|
||||||
<content-viewer class="content hyphenate-text" :content="post.content" />
|
<content-viewer class="content hyphenate-text" :content="post.content" />
|
||||||
<!-- eslint-enable vue/no-v-html -->
|
|
||||||
<ds-space margin="xx-large" />
|
|
||||||
<ds-space margin-bottom="small" />
|
|
||||||
<!-- Tags -->
|
<!-- Tags -->
|
||||||
<div v-if="post.tags && post.tags.length" class="tags">
|
<div v-if="post.tags && post.tags.length" class="tags">
|
||||||
<ds-space margin="xx-small" />
|
<ds-space margin="xx-small" />
|
||||||
<hc-hashtag v-for="tag in sortedTags" :key="tag.id" :id="tag.id" />
|
<hc-hashtag v-for="tag in sortedTags" :key="tag.id" :id="tag.id" />
|
||||||
</div>
|
</div>
|
||||||
<ds-space margin-top="x-large">
|
<ds-space margin-top="small">
|
||||||
<ds-flex :gutter="{ lg: 'small' }">
|
<ds-flex :gutter="{ lg: 'small' }">
|
||||||
<!-- Shout Button -->
|
<!-- Shout Button -->
|
||||||
<ds-flex-item
|
<ds-flex-item
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user