feat: make share link name italic

This commit is contained in:
kolaente 2022-09-14 16:27:57 +02:00
parent 7e7fa807fd
commit 224cea33ce
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -111,7 +111,7 @@
</div>
</td>
<td class="type">
<p class="mb-2" v-if="s.name !== ''">
<p class="mb-2 is-italic" v-if="s.name !== ''">
{{ s.name }}
</p>