container style

This commit is contained in:
pa
2026-03-08 18:25:27 +09:00
parent 729793dda2
commit f9ab04ed17

View File

@@ -21,7 +21,7 @@ html {
box-sizing: border-box;
min-width: 0;
background: var(--background);
height: calc(100vh - 20px);
height: calc(100% - 20px);
margin: 10px 0 10px 0;
border-radius: var(--radius);
border: 1px solid var(--border);