feat(doc): add comment section

This commit is contained in:
thomas
2023-10-13 21:22:53 +02:00
parent a382701e62
commit ffba1ecf78
7 changed files with 591 additions and 138 deletions

View File

@@ -120,3 +120,14 @@ starlight-menu-button svg {
padding: 1px 2px;
border-radius: 999px;
}
.right-sidebar-panel {
height: 100%;
}
.right-sidebar-panel > div {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}