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

This commit is contained in:
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

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"