Skip to content

Commit

Permalink
fix toc width
Browse files Browse the repository at this point in the history
  • Loading branch information
berezinant committed Nov 25, 2024
1 parent 86c9c35 commit d3f4d22
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

display: block;

min-width: unset;
min-width: 100%;
max-width: unset;

max-height: unset;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
height: calc(100% - 16px);
min-height: 40px;

padding: 8px 0;
padding: 8px 4px 8px 0;

color: inherit;

Expand Down Expand Up @@ -293,6 +293,5 @@

.sidebar--inner {
padding-top: 12px;
padding-right: var(--size-s1);
padding-bottom: 12px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,7 @@
display: block;
max-height: none;
max-width: none;
min-width: 0;
min-width: auto;
min-width: 100%;
padding: 0;
position: relative;
top: 0;
Expand Down Expand Up @@ -1778,7 +1777,7 @@ button.platform-tag:focus-visible {
color: inherit;
height: calc(100% - 16px);
min-height: 40px;
padding: 8px 0;
padding: 8px 4px 8px 0;
width: 100%;
}

Expand Down Expand Up @@ -2100,8 +2099,6 @@ button.platform-tag:focus-visible {

.sidebar--inner {
padding-bottom: 12px;
padding-right: 4px;
padding-right: var(--size-s1);
padding-top: 12px;
}
:root {
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3f4d22

Please sign in to comment.