diff --git a/src/renderer/components/ft-community-post/ft-community-post.scss b/src/renderer/components/ft-community-post/ft-community-post.scss index 64a618cfe9f4e..838cb658ba719 100644 --- a/src/renderer/components/ft-community-post/ft-community-post.scss +++ b/src/renderer/components/ft-community-post/ft-community-post.scss @@ -144,5 +144,5 @@ } .sliderContainer { - display: block; + display: grid; } diff --git a/src/renderer/components/ft-community-post/ft-community-post.vue b/src/renderer/components/ft-community-post/ft-community-post.vue index d5701b660fe24..053bd4c61a59d 100644 --- a/src/renderer/components/ft-community-post/ft-community-post.vue +++ b/src/renderer/components/ft-community-post/ft-community-post.vue @@ -56,27 +56,25 @@ class="postText" v-html="postText" /> -
- + - - - - -
+ +