almost finish tailwind transform
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
:author="authUser"
|
||||
:id="authUser.data.user_id"
|
||||
:model="authUser.data.type"
|
||||
classes="cover"
|
||||
classes=""
|
||||
:alt="authUser.data.attributes.name"/>
|
||||
<div class="absolute b-0">
|
||||
<div class="absolute w-64 bottom-0">
|
||||
<UploadableImage
|
||||
:image-width=750
|
||||
:image-height=750
|
||||
@@ -20,9 +20,9 @@
|
||||
:author="authUser"
|
||||
:id="authUser.data.user_id"
|
||||
:model="authUser.data.type"
|
||||
classes="profile absolute"
|
||||
classes="absolute w-64 h-64 -bottom-12 left-8 rounded-full"
|
||||
:alt="authUser.data.attributes.name"/>
|
||||
<h1 class="profile-title">{{ authUser.data.attributes.name }}</h1>
|
||||
<h1 class="relative z-10 text-white text-shadow text-3xl left-80 bottom-0">{{ authUser.data.attributes.name }}</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user