diff --git a/.vitepress/theme/components/PaneFields.vue b/.vitepress/theme/components/PaneFields.vue index 9b3c8c4fe..ae5511400 100644 --- a/.vitepress/theme/components/PaneFields.vue +++ b/.vitepress/theme/components/PaneFields.vue @@ -8,7 +8,7 @@ defineProps<{
-
+
diff --git a/.vitepress/theme/components/SidebarPane.vue b/.vitepress/theme/components/SidebarPane.vue index 5509c26f2..a88dc3e25 100644 --- a/.vitepress/theme/components/SidebarPane.vue +++ b/.vitepress/theme/components/SidebarPane.vue @@ -34,8 +34,8 @@ import Modal from "./Modal.vue"; background: var(--vp-c-bg); padding: 12px 24px 24px; border-radius: 12px; - margin-bottom: 24px; position: relative; + margin-top: 1rem; z-index: 0; border: 1px solid transparent; transition: border-color 0.4s ease-in-out;