feat: bootstrap React frontend shell with API and realtime wiring
This commit is contained in:
30
src/App.css
Normal file
30
src/App.css
Normal file
@@ -0,0 +1,30 @@
|
||||
.app {
|
||||
max-width: 900px;
|
||||
margin: 2rem auto;
|
||||
padding: 0 1rem;
|
||||
font-family: Inter, system-ui, sans-serif;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
input {
|
||||
flex: 1;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
.messages {
|
||||
margin-top: 1rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.messages li {
|
||||
margin: 4px 0;
|
||||
}
|
||||
Reference in New Issue
Block a user