Start rework UI creatorpage

This commit is contained in:
PascalMarchesseault
2024-09-09 01:11:06 -04:00
parent 2fc2cbcae8
commit 2d9c71be5e
2 changed files with 9 additions and 9 deletions

View File

@@ -8,10 +8,10 @@
<div>
<div>
<img
class="rounded-full border-solid border-2 absolute z-20 max-w-[175px] ml-15 -mt-20"
class="shadow-2xl rounded-full border-solid border-4 absolute z-20 max-w-[225px] ml-15 -mt-40"
:src="creator.images.logo ? creator.images.logo : '/images/placeholders/logo.png'"
alt="Profile Picture"
:style="{ borderColor: creator.colors.accent || '#A30E79', height: '150px'}"
:style="{ borderColor: creator.colors.accent || '#A30E79', height: '225px'}"
/>
</div>
</div>