diff --git a/theme/src/client/components/Nav/NavBar.vue b/theme/src/client/components/Nav/NavBar.vue index 8296a251..b5c44f68 100644 --- a/theme/src/client/components/Nav/NavBar.vue +++ b/theme/src/client/components/Nav/NavBar.vue @@ -189,6 +189,7 @@ watchPostEffect(() => { .menu + .appearance::before, .menu + .social-links::before, .translations + .appearance::before, +.translations + .social-links::before, .appearance + .social-links::before { width: 1px; height: 24px; diff --git a/theme/src/client/components/Nav/NavBarAppearance.vue b/theme/src/client/components/Nav/NavBarAppearance.vue index b04ed1fd..3c830cca 100644 --- a/theme/src/client/components/Nav/NavBarAppearance.vue +++ b/theme/src/client/components/Nav/NavBarAppearance.vue @@ -6,7 +6,10 @@ const theme = useThemeLocaleData() diff --git a/theme/src/client/components/Nav/NavBarExtra.vue b/theme/src/client/components/Nav/NavBarExtra.vue index bd2860be..5a49bca9 100644 --- a/theme/src/client/components/Nav/NavBarExtra.vue +++ b/theme/src/client/components/Nav/NavBarExtra.vue @@ -30,7 +30,7 @@ const hasExtraContent = computed( -
+

{{ theme.appearanceText || 'Appearance' }} diff --git a/theme/src/client/components/Nav/NavScreenAppearance.vue b/theme/src/client/components/Nav/NavScreenAppearance.vue index c1b8ddbb..cc4acced 100644 --- a/theme/src/client/components/Nav/NavScreenAppearance.vue +++ b/theme/src/client/components/Nav/NavScreenAppearance.vue @@ -6,7 +6,10 @@ const theme = useThemeLocaleData()