Start rework UI creatorpage
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user