Skip to content

Commit

Permalink
Improve sidebar descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Jan 16, 2024
1 parent e6eb2fd commit 1fb86dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pre {
flex-direction: row !important;
column-gap: var(--local--column-gap);

/* Left sidebar */
/* Left sidebar: Chapter List */
> .wp-block-wporg-sidebar-container {
width: var(--local--sidebar--width);
inset-inline-start: var(--wp--preset--spacing--edge-space);
Expand All @@ -109,7 +109,7 @@ pre {
margin-left: auto;
margin-right: auto;

/* Right sidebar */
/* Right sidebar: ToC */
.wp-block-wporg-sidebar-container {
inset-inline-end: var(--wp--preset--spacing--edge-space);
}
Expand Down

0 comments on commit 1fb86dd

Please sign in to comment.