mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03:00
fix: duplicate boder in status detail (#552)
This commit is contained in:
parent
95985d14a9
commit
bf99eca956
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" min-h-100vh>
|
||||
<div v-if="status" min-h-100vh mt--1px>
|
||||
<template v-if="context">
|
||||
<template v-for="comment of context?.ancestors" :key="comment.id">
|
||||
<StatusCard :status="comment" context="account" border="t base" :show-reply-to="false" />
|
||||
|
|
Loading…
Reference in a new issue