mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39:58 +00:00
fix: re-add extra spacing in threads (#741)
This commit is contained in:
parent
9871327a72
commit
69b528fc0c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ onReactivated(() => {
|
|||
<template>
|
||||
<MainContent back>
|
||||
<template v-if="!pending">
|
||||
<div v-if="status" mt--1px>
|
||||
<div v-if="status" mt--1px pb="50vh">
|
||||
<template v-for="comment of context?.ancestors" :key="comment.id">
|
||||
<StatusCard
|
||||
:status="comment" :actions="comment.visibility !== 'direct'" context="account"
|
||||
|
|
Loading…
Reference in a new issue