Update Cards UI

This commit is contained in:
PascalMarchesseault
2024-08-19 18:48:54 -04:00
parent f9e814d989
commit d03a9d24e1
7 changed files with 542 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
<div class="py-4 px-4 min-h-14 md:rounded-t-2xl"
:style="{ backgroundColor: creator.colors.bannerTop || '#6B0065' }">
<div class="w-full flex justify-end gap-14 ">
<div class="w-full flex justify-end gap-6 ">
<a
v-for="socialNetwork in GetSocialsUrls()"
:href="socialNetwork.url"

View File

@@ -16,7 +16,7 @@
</div>
</div>
<!-- Fallback when user try to access a non-existing creator -->
<div v-else>
<div v-if="loading">
<v-progress-linear indeterminate></v-progress-linear>

View File

@@ -1,5 +1,5 @@
<template>
<div class="relative w-full">
<div class="relative w-full mb-5">
<div class="rounded-b-2xl"
:style="{ backgroundColor: creator.colors.bannerBottom || '#A30E79' }">
<div class="relative z-20">

View File

@@ -1,5 +1,5 @@
<template>
<div class="relative w-full">
<div class="relative w-full mb-5">
<div class="rounded-b-2xl"
:style="{ backgroundColor: creator.colors.bannerBottom || '#A30E79' }">
<div class="relative z-20">