added click outside sidebars handling, fixed some spacing issues

This commit is contained in:
Xanazf 2024-10-13 00:04:38 +03:00
parent 0df624df40
commit 119c8a2e6c
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
7 changed files with 132 additions and 52 deletions

View file

@ -45,7 +45,7 @@
}
.heading {
&>[id] {
& > [id] {
width: max-content;
}
@ -75,7 +75,7 @@ ul {
.markdown-alert {
margin-block: 0.618rem;
&>*:not(:first-child) {
& > *:not(:first-child) {
margin-block: 0.724rem;
}
}
@ -83,6 +83,7 @@ ul {
.markdown-alert-title {
text-transform: lowercase;
text-transform: capitalize;
margin-block: 0 !important;
}
@media (min-width: 65rem) {
@ -110,17 +111,16 @@ ul {
flex-direction: row;
}
.docslayout-inner {
flex-grow: 1;
max-width: 80rem;
}
.docs {
display: flex;
flex-direction: row;
}
.docs-content {
& section {
max-width: 45svw;
}
}
.docslayout-inner {
min-width: 33.8rem;
}