Skip to content

Commit

Permalink
fix: block/page properties should not be inline
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 20, 2021
1 parent c00cfaa commit 20de65c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/_miscs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,11 @@ a.tag:hover {

/* Page properties */
.page-properties, .block-properties {
margin: 0 0 0.5em 0;
padding: 0.2em 0.5em;
margin: 0 0 0.5em -8px;
font-size: 0.8em;
background: var(--ls-secondary-background-color);
font-family: var(--ct-code-font-family);
display: inline-block;
opacity: 0.8;
width: fit-content;
}

kbd {
Expand Down

0 comments on commit 20de65c

Please sign in to comment.