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 1c3c9f0 commit ce182cfCopy full SHA for ce182cf
.vuepress/theme/Layout.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div>
3
<div
4
- class="theme-container mt-12"
+ class="theme-container"
5
:class="pageClasses"
6
@touchstart="onTouchStart"
7
@touchend="onTouchEnd"
.vuepress/theme/styles/sidebar.css
@@ -6,7 +6,7 @@ $arrow-bg: #000;
}
8
@apply .fixed .left-0 .bottom-0 .bg-white .overflow-auto .border-r .border-grey-lighter .py-8;
9
- top: calc(3rem + 56px);
+ top: 56px;
10
width: 20rem;
11
font-size: 15px;
12
0 commit comments