diff --git a/.github/screenshot.png b/.github/screenshot.png index f4738ef..b900bad 100644 Binary files a/.github/screenshot.png and b/.github/screenshot.png differ diff --git a/static/chat.css b/static/chat.css index e7d1bc0..7098681 100644 --- a/static/chat.css +++ b/static/chat.css @@ -41,7 +41,7 @@ body { #messages { display: flex; flex-direction: column; - gap: 65px; + gap: 40px; height: 100%; overflow-y: auto; padding: 14px 12px;