fix: add bottom border in thread view

This commit is contained in:
patak 2023-01-03 22:38:06 +01:00
parent 364acd998e
commit c0602555de

View file

@ -57,7 +57,7 @@ onReactivated(() => {
<template>
<MainContent back>
<template v-if="!pending">
<div v-if="status" mt--1px pb="50vh">
<div v-if="status" mt--1px border="b base" mb="50vh">
<template v-for="comment of context?.ancestors" :key="comment.id">
<StatusCard
:status="comment" :actions="comment.visibility !== 'direct'" context="account"