Browse Source

Set maximimum sidebar width

neo-docs
Josh 5 years ago
committed by GitHub
parent
commit
3cc5e23392
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      docs/_static/style.css

12
docs/_static/style.css

@ -421,8 +421,7 @@ aside .material-icons,
#sidebar h3 { #sidebar h3 {
font-size: 24px; font-size: 24px;
margin: 0; margin: 1em 1em 0 0;
margin-top: 1em;
} }
#sidebar ul { #sidebar ul {
@ -1132,8 +1131,8 @@ div.code-block-caption {
grid-template-areas: grid-template-areas:
"h h h h h h" "h h h h h h"
"n n n n n n" "n n n n n n"
"s c c c c c" "s s c c c c"
"s f f f f f"; "s s f f f f";
} }
.mobile-only { .mobile-only {
@ -1186,7 +1185,6 @@ div.code-block-caption {
top: 1em; top: 1em;
max-height: calc(100vh - 2em); max-height: calc(100vh - 2em);
overflow-y: auto; overflow-y: auto;
min-width: max-content;
margin: 1em; margin: 1em;
} }
@ -1231,8 +1229,8 @@ div.code-block-caption {
grid-template-areas: grid-template-areas:
"h h h h h h h h h h h h h h h h" "h h h h h h h h h h h h h h h h"
"n n n n n n n n n n n n n n n n" "n n n n n n n n n n n n n n n n"
"s s . . . c c c c c c c c . . ." "s s s . . c c c c c c c c c . ."
"s s f f f f f f f f f f f f f f" "s s s f f f f f f f f f f f f f"
} }
header > nav { header > nav {

Loading…
Cancel
Save