diff --git a/static/style.css b/static/style.css index c2f2d8e..ceabcb9 100644 --- a/static/style.css +++ b/static/style.css @@ -20,8 +20,10 @@ body { .message-box { margin: 64px 0 64px; + display: flex; + gap: 8px; } .message-input { - width: 100%; + flex-grow: 1; } diff --git a/templates/index.gohtml b/templates/index.gohtml index 95b5aea..a2af7a8 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -25,7 +25,7 @@