mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39:58 +00:00
fix: add bottom border in thread view
This commit is contained in:
parent
364acd998e
commit
c0602555de
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 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"
|
||||
|
|
Loading…
Reference in a new issue