Various UI fixes, add placeholder to the text editor

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-10-31 11:43:18 +01:00
parent 9ce618a267
commit 695d773d50
17 changed files with 111 additions and 243 deletions

View File

@@ -42,9 +42,9 @@
class="cursor-pointer"
@click="activateModal"
>
<figure class="" v-if="currentIdentity.avatar">
<figure class="h-12 w-12" v-if="currentIdentity.avatar">
<img
class="rounded"
class="rounded-full object-cover h-full"
:src="currentIdentity.avatar.url"
alt=""
width="48"