mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
remove emojis from post page
This commit is contained in:
parent
21c8968c9c
commit
4097cc16f7
@ -54,9 +54,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<ds-space margin-top="x-large">
|
<ds-space margin-top="x-large">
|
||||||
<ds-flex :gutter="{ lg: 'small' }">
|
<ds-flex :gutter="{ lg: 'small' }">
|
||||||
<ds-flex-item :width="{ lg: '75%', md: '75%', sm: '75%', base: '100%' }">
|
|
||||||
<hc-emotions :post="post" />
|
|
||||||
</ds-flex-item>
|
|
||||||
<!-- Shout Button -->
|
<!-- Shout Button -->
|
||||||
<ds-flex-item
|
<ds-flex-item
|
||||||
:width="{ lg: '15%', md: '22%', sm: '22%', base: '100%' }"
|
:width="{ lg: '15%', md: '22%', sm: '22%', base: '100%' }"
|
||||||
@ -107,7 +104,6 @@ import {
|
|||||||
sortTagsAlphabetically,
|
sortTagsAlphabetically,
|
||||||
} from '~/components/utils/PostHelpers'
|
} from '~/components/utils/PostHelpers'
|
||||||
import PostQuery from '~/graphql/PostQuery'
|
import PostQuery from '~/graphql/PostQuery'
|
||||||
import HcEmotions from '~/components/Emotions/Emotions'
|
|
||||||
import PostMutations from '~/graphql/PostMutations'
|
import PostMutations from '~/graphql/PostMutations'
|
||||||
import links from '~/constants/links.js'
|
import links from '~/constants/links.js'
|
||||||
|
|
||||||
@ -124,7 +120,6 @@ export default {
|
|||||||
ContentMenu,
|
ContentMenu,
|
||||||
CommentForm,
|
CommentForm,
|
||||||
CommentList,
|
CommentList,
|
||||||
HcEmotions,
|
|
||||||
ContentViewer,
|
ContentViewer,
|
||||||
},
|
},
|
||||||
head() {
|
head() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user