fix: re-add extra spacing in threads (#741)

zio/stable
Joel Drake 2023-01-03 21:52:52 +01:00 committed by GitHub
parent 9871327a72
commit 69b528fc0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"