Skip to content

Commit

Permalink
fix: title hidden(close: #83) (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
almuyna authored Dec 5, 2022
1 parent c21195b commit 59066e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/vuepress-theme-vt/styles/header.styl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
&::before {
display: block;
content: ' ';
margin-top: -70px;
height: 70px;
margin-top: calc(-1 * (var(--vp-navbar-height) + var(--vp-statusbar-height) + 0.75rem));
height: calc(var(--vp-navbar-height) + var(--vp-statusbar-height) + 0.75rem);
visibility: hidden;
pointer-events: none;
}
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59066e8

Please sign in to comment.