Fix input/message alignment on wide screens

- Add max-width 800px to message list and input area
- Center align both components for consistent layout
- Wrap input in container for full-width background

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-01-19 10:33:07 +09:00
parent 554c578345
commit 5e78b96733
4 changed files with 16 additions and 3 deletions

View File

@@ -5,6 +5,10 @@
display: flex;
flex-direction: column;
gap: 12px;
max-width: 800px;
margin: 0 auto;
width: 100%;
box-sizing: border-box;
}
.empty-state {