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; +} +