added index to the docs/types route, minor fixes to styling

This commit is contained in:
Xanazf 2024-10-17 19:35:39 +03:00
parent ea5b56acc8
commit 349c87a205
No known key found for this signature in database
GPG key ID: 4E4A5AD1FB748427
9 changed files with 109 additions and 32 deletions

View file

@ -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;
}
}