diff --git a/src/layouts/components/Footer.vue b/src/layouts/components/Footer.vue
index 14dc90bd..a4ee273d 100644
--- a/src/layouts/components/Footer.vue
+++ b/src/layouts/components/Footer.vue
@@ -117,7 +117,7 @@ const showDynamicButton = computed(() => {
:value="menu.to"
>
-
+
{{ menu.title }}
@@ -134,8 +134,8 @@ const showDynamicButton = computed(() => {
value="/apps"
>
-
- {{ t('nav.more') }}
+
+ {{ t('nav.more') }}
@@ -153,7 +153,7 @@ const showDynamicButton = computed(() => {
rounded="pill"
class="footer-nav-btn"
>
-
+
@@ -229,12 +229,8 @@ const showDynamicButton = computed(() => {
span {
overflow: hidden;
- font-size: 0.75rem;
- max-inline-size: 100%;
- scale: var(--text-scale, 1);
text-overflow: ellipsis;
transform-origin: center;
- transition: scale 0.2s ease;
white-space: nowrap;
}
}
@@ -252,9 +248,9 @@ const showDynamicButton = computed(() => {
.footer-nav-btn {
padding: 0;
- block-size: 36px;
- inline-size: 36px;
- min-inline-size: 36px;
+ block-size: 40px;
+ inline-size: 40px;
+ min-inline-size: 40px;
.btn-content {
margin: 0;