Skip to content

Commit

Permalink
feat(theme): badges in headers should be on top
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Nov 6, 2022
1 parent f8f9106 commit 511a91e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/client/theme-default/styles/components/vp-doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,15 @@
opacity: 0;
}

.vp-doc h1 .VPBadge,
.vp-doc h2 .VPBadge,
.vp-doc h3 .VPBadge,
.vp-doc h4 .VPBadge,
.vp-doc h5 .VPBadge,
.vp-doc h6 .VPBadge {
vertical-align: top;
}

/**
* Component: Team
* -------------------------------------------------------------------------- */
Expand Down

0 comments on commit 511a91e

Please sign in to comment.