mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
fix: 💄 url preview title size
This commit is contained in:
parent
a9b09f5b29
commit
70ae862e91
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
<MkLoading mini />
|
||||
</div>
|
||||
<div v-else>
|
||||
<h1 :title="title || undefined">{{ title || url }}</h1>
|
||||
<h3 :title="title || undefined" style="line-height: 0.8; margin-top: 0.5rem;">{{ title || url }}</h3>
|
||||
<p :title="description">
|
||||
<span>
|
||||
<span :title="sitename || undefined">
|
||||
|
|
Loading…
Reference in a new issue