mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-27 00:08:45 +00:00
Adding some space after the Heading for Posts
This commit is contained in:
parent
80e076fc86
commit
c8634f1a10
@ -58,7 +58,7 @@
|
|||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
</ds-flex>
|
</ds-flex>
|
||||||
<ds-flex v-if="option.__typename === 'Post'">
|
<ds-flex v-if="option.__typename === 'Post'">
|
||||||
<ds-flex-item class="search-option-label">
|
<ds-flex-item class="search-option-label" :class="{'extra-space': isFirstOfType(option)}">
|
||||||
<ds-text>{{ option.title | truncate(70) }}</ds-text>
|
<ds-text>{{ option.title | truncate(70) }}</ds-text>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<ds-flex-item class="search-option-meta" width="280px">
|
<ds-flex-item class="search-option-meta" width="280px">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user