chore(release): 0.5.0 #13

Merged
pufereq merged 33 commits from release/0.5.0 into main 2026-02-28 22:48:50 +00:00
3 changed files with 433 additions and 308 deletions
Showing only changes of commit 69bf4f1358 - Show all commits

View File

@@ -52,12 +52,22 @@ header {
}
main {
display: flex;
flex-grow: 1;
}
aside {
width: 20rem;
background-color: var(--ctp-base);
border-right: 2px solid var(--ctp-mantle);
}
#content {
display: flex;
flex-direction: column;
gap: 1rem;
padding: 1rem;
/* background-color: var(--ctp-base); */
flex-grow: 1;
padding: 1rem;
}
header a {