style; proper styling for url preview

This commit is contained in:
freeplay 2023-07-08 20:30:24 -04:00
parent 83bcd4fe56
commit 9ecffcb1f9

View file

@ -51,7 +51,7 @@
<MkLoading mini />
</div>
<div v-else>
<h3 :title="title || undefined" style="line-height: 0.8; margin-top: 0.5rem;">{{ title || url }}</h3>
<h3 :title="title || undefined">{{ title || url }}</h3>
<p :title="description">
<span>
<span :title="sitename || undefined">
@ -240,7 +240,7 @@ onUnmounted(() => {
width: 0;
flex-grow: 1;
}
h1,
h3,
p {
display: block;
margin: 0;
@ -248,7 +248,7 @@ onUnmounted(() => {
text-overflow: ellipsis;
max-width: 100%;
}
h1 {
h3 {
font-size: 1em;
white-space: nowrap;
margin-bottom: 0.2em;