fix styles

This commit is contained in:
pa
2026-01-18 17:06:16 +09:00
committed by Natsumi
parent c326e4fd3e
commit 1de16dc699
40 changed files with 370 additions and 601 deletions

View File

@@ -21,11 +21,15 @@ html {
box-sizing: border-box;
background: var(--background);
height: calc(100vh - 20px);
margin: 10px 10px 10px 0;
margin: 10px 0 10px 0;
border-radius: var(--radius);
border: 1px solid var(--border);
}
.aside-collapsed .x-container {
margin-right: 10px;
}
html.dark .x-container {
background: var(--sidebar);
}