From 57d08bd501dca702f00dfd618cfb78f3506a9630 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 8 Jul 2025 14:26:51 +0800 Subject: [PATCH] fix(theme): locales selector not rendering correctly on mobile, close #640 (#641) --- theme/src/client/components/Nav/VPNavBarTranslations.vue | 4 ++-- theme/src/client/components/Nav/VPNavScreenTranslations.vue | 6 +++--- theme/src/client/composables/langs.ts | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/theme/src/client/components/Nav/VPNavBarTranslations.vue b/theme/src/client/components/Nav/VPNavBarTranslations.vue index 0b1244d2..fde4e88e 100644 --- a/theme/src/client/components/Nav/VPNavBarTranslations.vue +++ b/theme/src/client/components/Nav/VPNavBarTranslations.vue @@ -9,14 +9,14 @@ const { currentLang, localeLinks } = useLangs()