From b63343faf7c3da3dfe682567b0d1245273834b66 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:59:46 -0500 Subject: [PATCH] Ui Fixe --- src/views/creators/BannerActions.vue | 34 ++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/src/views/creators/BannerActions.vue b/src/views/creators/BannerActions.vue index 5b2b7d5..87dca6f 100644 --- a/src/views/creators/BannerActions.vue +++ b/src/views/creators/BannerActions.vue @@ -124,7 +124,7 @@ onBeforeUnmount(() => {
-
+
- + {{ brandingStore.value.name }} - + {{ brandingStore.value.title }}
@@ -161,7 +161,7 @@ onBeforeUnmount(() => {
{ :style="{ height: '135px' }" />
+
+ +

{{ brandingStore.value.name }} @@ -194,11 +197,11 @@ onBeforeUnmount(() => {

-
-
- -
-
+ + + + +
@@ -268,4 +271,15 @@ onBeforeUnmount(() => { .transition-all { transition: all 0.3s ease-in-out; } + + +.titlepos { + position: relative; + top: 30px; +} +.verifiedhook{ + position: relative; + top: 16px; +} +