feat: rework vertical spacing (#533)
This commit is contained in:
parent
823820e7c7
commit
99abb78ef1
4 changed files with 26 additions and 21 deletions
|
@ -16,7 +16,7 @@ const { translation } = useTranslation(status)
|
|||
:emojis="status.emojis"
|
||||
:lang="status.language"
|
||||
/>
|
||||
<div v-else h-3 />
|
||||
<div v-else />
|
||||
<template v-if="translation.visible">
|
||||
<div my2 h-px border="b base" bg-base />
|
||||
<ContentRich :content="translation.text" :emojis="status.emojis" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue