Added limit to logo Image
This commit is contained in:
@@ -3,11 +3,15 @@
|
||||
Logo
|
||||
</h2>
|
||||
|
||||
<div class="flex justify-center mb-5">
|
||||
<img
|
||||
:src="fileUrl"
|
||||
class="mb-5 w-full transition duration-200 ease-in-out transform"
|
||||
class="w-full transition duration-200 ease-in-out transform max-w-[400px]"
|
||||
alt="Aperçu de la bannière"
|
||||
>
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<v-file-input
|
||||
v-model="selectedFile"
|
||||
|
||||
@@ -105,10 +105,10 @@ const closeDialog = () => {
|
||||
<div class="py-5 uppercase ml-4">Informations</div>
|
||||
<div class="flex flex-col w-full">
|
||||
<button
|
||||
@click="openDialog('Socials')"
|
||||
|
||||
class="HoverBtn active:bg-gray-300 py-2 px-4 border-gray-400 shadow flex items-center transition duration-200 ease-in-out w-full">
|
||||
<span class="flex-none pa-2 min-w-32 text-left">Nom</span>
|
||||
<span class="flex-auto text-left pr-6">{{ userStore.creator.name }}</span>
|
||||
<span class="flex-auto text-left pr-6 capitalize">{{ userStore.creator.name }}</span>
|
||||
<span class="flex-none">
|
||||
<v-icon>mdi-chevron-right</v-icon>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user