We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e84929 commit b3a17c2Copy full SHA for b3a17c2
docs/.vitepress/theme/components/OldDocument.vue
@@ -11,6 +11,8 @@
11
<style>
12
.old-document {
13
position: fixed;
14
+ top: 0;
15
+ left: 0;
16
display: flex;
17
height: var(--vp-layout-top-height);
18
width: 100%;
docs/.vitepress/theme/components/WrappedLayout.vue
@@ -4,10 +4,10 @@ import OldDocument from './OldDocument.vue'
4
</script>
5
6
<template>
7
+ <OldDocument />
8
<Theme.Layout>
9
<template #sidebar-bottom>
10
<slot name="sidebar-bottom"></slot>
</template>
</Theme.Layout>
- <OldDocument />
docs/.vitepress/theme/custom.css
@@ -39,7 +39,7 @@
39
opacity: 0.8;
40
}
41
42
-// old document warning
+/* old document warning */
43
:root {
44
--vp-layout-top-height: 96px;
45
@media (min-width: 455px) {
0 commit comments