]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix banner offset
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 3 Jan 2024 09:02:01 +0000 (10:02 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 3 Jan 2024 09:02:01 +0000 (10:02 +0100)
packages/docs/.vitepress/theme/components/VueMasteryBanner.vue

index e05c5d9c3b3b2f7a646d0375e2c976904ccc6a4b..7db3f612453d1e2056383c743cb8ff35eed9f9ae 100644 (file)
@@ -269,7 +269,7 @@ onMounted(() => {
 
 <style>
 html.vuemastery-menu-fixed {
-  --vt-banner-height: 70px;
+  --vp-layout-top-height: 70px;
 }
 html.vuemastery-menu-fixed .VPNav,
 html.vuemastery-menu-fixed .VPSidebar {