added index to the docs/types route, minor fixes to styling
This commit is contained in:
parent
ea5b56acc8
commit
349c87a205
9 changed files with 109 additions and 32 deletions
|
@ -8,6 +8,7 @@
|
|||
justify-content: center;
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
transition: filter 0.3s;
|
||||
}
|
||||
|
||||
.docslayout-inner {
|
||||
|
@ -19,6 +20,10 @@
|
|||
flex-direction: row;
|
||||
}
|
||||
|
||||
.dim-content .docslayout-root {
|
||||
filter: brightness(50%);
|
||||
}
|
||||
|
||||
.docs-content {
|
||||
flex-grow: 1;
|
||||
|
||||
|
@ -44,7 +49,7 @@
|
|||
}
|
||||
|
||||
.heading {
|
||||
& > [id] {
|
||||
&>[id] {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
|
@ -82,7 +87,7 @@ ul {
|
|||
.markdown-alert {
|
||||
margin-block: 0.618rem;
|
||||
|
||||
& > *:not(:first-child) {
|
||||
&>*:not(:first-child) {
|
||||
margin-block: 0.724rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue