diff --git a/src/contentScripts/views/Home/Home.vue b/src/contentScripts/views/Home/Home.vue
index fc03f2e3..ca2d6765 100644
--- a/src/contentScripts/views/Home/Home.vue
+++ b/src/contentScripts/views/Home/Home.vue
@@ -1,9 +1,11 @@
@@ -101,7 +111,7 @@ function handleChangeTab(tab: HomeTab) {
}"
/>
-
+
-
+
@@ -155,11 +165,19 @@ function handleChangeTab(tab: HomeTab) {
v-for="tab in tabs" :key="tab.value"
px-4 lh-35px bg="$bew-elevated-1 hover:$bew-elevated-1-hover" backdrop-glass rounded="$bew-radius"
cursor-pointer shadow="$bew-shadow-1" box-border border="1 $bew-border-color" duration-300
+ flex="~ gap-2 items-center"
:class="{ 'tab-activated': activatedPage === tab.value }"
- :style="{ opacity: activatedPage !== tab.value && tabContentLoading ? 0.4 : 1 }"
@click="handleChangeTab(tab)"
>
{{ tab.label }}
+
@@ -168,8 +186,8 @@ function handleChangeTab(tab: HomeTab) {