added changelog and version dropdown

This commit is contained in:
Xanazf 2025-07-13 09:16:09 +03:00
parent 9af300bb35
commit d1e1d3c529
No known key found for this signature in database
GPG key ID: 4E4A5AD1FB748427
9 changed files with 134 additions and 27 deletions

View file

@ -8,6 +8,7 @@
@import "./docs/nav/nav.css";
@import "./docs/toc/toc.css";
@import "./docs/nav/version-select.css";
@import "./docs/docs.css";
@import "./docs/collapsible.css";
@ -223,8 +224,12 @@ footer {
align-items: flex-start;
font-size: 2.5rem;
}
& .changelog {
display: flex;
& a {
display: flex;
text-decoration: none;
margin-inline: auto;
}
}
}