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

@ -0,0 +1,24 @@
.version-collapsible {
position: relative;
overflow: hidden;
& summary div {
display: flex;
justify-content: center;
}
& .nav-link {
max-width: max-content;
}
&::before {
content: "";
position: absolute;
inset: 0.118rem;
border: 1px solid white;
border-radius: 0.618rem;
opacity: 0.15;
}
}
.version-select-menu {
display: flex;
flex-direction: column;
align-items: center;
}