This commit is contained in:
pa
2026-01-17 23:14:31 +09:00
committed by Natsumi
parent 5e5abc1141
commit 2d812d7c05
18 changed files with 211 additions and 97 deletions

View File

@@ -16,12 +16,18 @@ html {
.x-container {
position: relative;
flex: 1;
padding: 10px;
overflow: hidden auto;
box-sizing: border-box;
background: var(--background);
height: calc(100vh - 20px);
margin: 10px 10px 10px 0;
border-radius: var(--radius);
border: 1px solid var(--border);
}
html.dark .x-container {
background: var(--sidebar);
height: 100%;
}