diff --git a/exo/tinychat/index.css b/exo/tinychat/index.css index 442dc827..22ec2f19 100644 --- a/exo/tinychat/index.css +++ b/exo/tinychat/index.css @@ -167,6 +167,8 @@ main { .download-progress { margin-bottom: 12em; overflow-y: auto; + min-height: 350px; + padding: 2rem; } .message > pre { white-space: pre-wrap;