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
|
|
@ -39,7 +39,8 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
transition: left 0.3s ease, padding 0.3s ease;
|
||||
transition: left 0.3s ease,
|
||||
padding 0.3s ease;
|
||||
|
||||
&.shown {
|
||||
display: flex;
|
||||
|
|
@ -82,10 +83,10 @@
|
|||
}
|
||||
|
||||
& [data-part="item"] {
|
||||
& [data-part="item-content"] > div {
|
||||
& [data-part="item-content"]>div {
|
||||
min-height: 3em;
|
||||
|
||||
& > a {
|
||||
&>a {
|
||||
margin: auto 0;
|
||||
}
|
||||
}
|
||||
|
|
@ -94,6 +95,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.link-outside {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
@media (min-width: 40rem) {
|
||||
.nav-toggle {
|
||||
.nav-items {
|
||||
|
|
@ -128,7 +135,7 @@
|
|||
}
|
||||
|
||||
& [data-part="item"] {
|
||||
& [data-part="item-content"] > div {
|
||||
& [data-part="item-content"]>div {
|
||||
min-height: 2.2rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue