I found part of the bug for mobile (the empty space on the side) - Still need to fix the profile picture and social media icons (as they create space).
Move the language button and its logic. Modify the sidebar (add navigation buttons for mobile). Fix the display bug for the Subscription list.
This commit is contained in:
@@ -9,12 +9,14 @@
|
||||
<!-- Logo-Name-Followers-->
|
||||
<div class="flex flex-row relative z-20">
|
||||
<div>
|
||||
<img
|
||||
class="rounded-full border-solid border-2 -mt-4 max-w-[80px] h-auto ml-2"
|
||||
:src="creator.images.logo ? creator.images.logo : '/images/placeholders/logo.png'"
|
||||
alt="Profile Picture"
|
||||
:style="{ borderColor: creator.colors.accent || '#A30E79', height: '150px'}"
|
||||
/>
|
||||
<!-- bug space-->
|
||||
<!-- <img-->
|
||||
<!-- -->
|
||||
<!-- class="rounded-full border-solid border-2 -mt-4 max-w-[80px] h-auto ml-2"-->
|
||||
<!-- :src="creator.images.logo ? creator.images.logo : '/images/placeholders/logo.png'"-->
|
||||
<!-- alt="Profile Picture"-->
|
||||
<!-- :style="{ borderColor: creator.colors.accent || '#A30E79', height: '150px'}"-->
|
||||
<!-- />-->
|
||||
</div>
|
||||
|
||||
<div class="flex flex-column text-white capitalize px-2 mt-1">
|
||||
|
||||
Reference in New Issue
Block a user