]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: style error caused by banner (#2099)
authorheygsc <1596920983@qq.com>
Wed, 3 Jan 2024 09:02:36 +0000 (17:02 +0800)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2024 09:02:36 +0000 (10:02 +0100)
* docs: style error caused by banner

* Update packages/docs/.vitepress/theme/components/VueMasteryBanner.vue

---------

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
packages/docs/.vitepress/theme/components/VueMasteryBanner.vue

index b190cd2f24b5b9c1383636e8f765531496c8cc4b..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 {
@@ -288,4 +288,4 @@ html.vuemastery-menu-fixed {
     top: 0;
   }
 }
-</style>
\ No newline at end of file
+</style>