Skip to content

Commit

Permalink
fix: add padding on right side of content pane
Browse files Browse the repository at this point in the history
So that content doesn't butt up against the scrollbar.
  • Loading branch information
hegemonic committed Dec 8, 2024
1 parent e043262 commit 92310d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion static/css/baseline.css

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions styles/baseline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,7 @@ dd > p {
.jsdoc-content {
flex: 1 1 auto;
height: 100%;
padding-block-start: spacers.$xx-large;
padding-block-end: spacers.$xx-large;
padding-inline-start: spacers.$xxx-large;
}

.jsdoc-summary {
margin-inline-end: spacers.$medium;
padding: 0 spacers.$xx-large spacers.$xx-large spacers.$xx-large;
}

.jsdoc-footer {
Expand Down
1 change: 0 additions & 1 deletion styles/code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ code {
grid:
[row1-start] 'linenum code' max-content [row1-end]
/ max-content max-content;
width: calc(100% - spacers.$xx-large);
margin: spacers.$small 0;
padding: 1.5rem spacers.$x-small;
}

0 comments on commit 92310d5

Please sign in to comment.