Fix company/user profile image

This commit is contained in:
Darko Gjorgjijoski
2024-01-30 08:45:00 +02:00
parent 24cf0f00fc
commit 8ed447bea8

View File

@@ -16,7 +16,6 @@
duration-300 duration-300
ease-in-out ease-in-out
isolate isolate
w-full
hover:border-gray-300 hover:border-gray-300
group group
min-h-[100px] min-h-[100px]
@@ -45,7 +44,7 @@
<!-- Avatar Not Selected --> <!-- Avatar Not Selected -->
<div v-if="!localFiles.length && avatar" class=""> <div v-if="!localFiles.length && avatar" class="">
<img :src="getDefaultAvatar()" class="rounded w-16" alt="Default Avatar" /> <img :src="getDefaultAvatar()" class="rounded" alt="Default Avatar" />
<a <a
href="#" href="#"
@@ -95,7 +94,7 @@
<div <div
v-else-if="localFiles.length && avatar && !multiple" v-else-if="localFiles.length && avatar && !multiple"
class="flex w-full h-full border border-gray-200 rounded" class="flex w-full h-full border border-gray-200 rounded justify-center items-center"
> >
<img <img
v-if="localFiles[0].image" v-if="localFiles[0].image"