diff --git a/src/client/theme-default/components/VPNavBar.vue b/src/client/theme-default/components/VPNavBar.vue
index bccf5c68..bcd7d0b4 100644
--- a/src/client/theme-default/components/VPNavBar.vue
+++ b/src/client/theme-default/components/VPNavBar.vue
@@ -175,6 +175,12 @@ const classes = computed(() => ({
}
}
+@media (max-width: 768px) {
+ .content-body {
+ column-gap: 0.5rem;
+ }
+}
+
.menu + .translations::before,
.menu + .appearance::before,
.menu + .social-links::before,
diff --git a/src/client/theme-default/components/VPNavBarSearchButton.vue b/src/client/theme-default/components/VPNavBarSearchButton.vue
index f3436a42..886bce29 100644
--- a/src/client/theme-default/components/VPNavBarSearchButton.vue
+++ b/src/client/theme-default/components/VPNavBarSearchButton.vue
@@ -61,7 +61,7 @@ defineProps<{
align-items: center;
margin: 0;
padding: 0;
- width: 32px;
+ width: 48px;
height: 55px;
background: transparent;
transition: border-color 0.25s;
diff --git a/src/client/theme-default/components/VPSwitchAppearance.vue b/src/client/theme-default/components/VPSwitchAppearance.vue
index f4da3e9e..3a283545 100644
--- a/src/client/theme-default/components/VPSwitchAppearance.vue
+++ b/src/client/theme-default/components/VPSwitchAppearance.vue
@@ -75,16 +75,15 @@ watch(checked, (newIsDark) => {
-
+
+
+
+