forked from Mirrors/elk
fix: connecting line for xl font size
This commit is contained in:
parent
db1d91a5e4
commit
8f4ce68b97
1 changed files with 2 additions and 2 deletions
|
@ -103,12 +103,12 @@ const showReplyTo = $computed(() => !replyToMain && !directReply)
|
|||
<template v-if="status.inReplyToAccountId">
|
||||
<StatusReplyingTo
|
||||
v-if="showReplyTo"
|
||||
ml-6 pt-1 pl-5
|
||||
ml-20px pt-1 pl-5
|
||||
:status="status"
|
||||
:is-self-reply="isSelfReply"
|
||||
:class="faded ? 'text-secondary-light' : ''"
|
||||
/>
|
||||
<div flex="~ col gap-1" items-center pos="absolute top-0 left-0" w="20.5" z--1>
|
||||
<div flex="~ col gap-1" items-center pos="absolute top-0 left-0" w="77px" z--1>
|
||||
<template v-if="showReplyTo">
|
||||
<div w="1px" h="0.5" border="x base" mt-3 />
|
||||
<div w="1px" h="0.5" border="x base" />
|
||||
|
|
Loading…
Reference in a new issue