Skip to content

Commit

Permalink
page-labels position
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed Aug 2, 2024
1 parent 415b48f commit 675eaf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/css/cheat-sheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ body.cheat-sheet span.label.hidden,
}

body.cheat-sheet h3:not(.discrete) {
background: rgba(var(--colors-neutral-20));
/* background: rgba(var(--colors-neutral-20)); */
/* margin: 0 0.5rem 0 0.5rem; */
padding: 1rem;
flex-grow: 1;
Expand Down Expand Up @@ -593,11 +593,11 @@ body.cheat-sheet span.label.hidden,
}

body.cheat-sheet .sect2 > div.page-labels {
background: rgba(var(--colors-neutral-20));
/* background: rgba(var(--colors-neutral-20)); */
border-left: none;
margin-left: 0;
padding: 1rem;
flex-grow: 1;
padding: 0 1rem 1rem;
/* flex-grow: 1; */
}

body.cheat-sheet .sect2 > div.listingblock {
Expand Down

0 comments on commit 675eaf8

Please sign in to comment.