Browse Source

adding padding and min height

cadenmackenzie 8 months ago
parent
commit
379ee45397
1 changed files with 2 additions and 0 deletions
  1. 2 0
      exo/tinychat/index.css

+ 2 - 0
exo/tinychat/index.css

@@ -167,6 +167,8 @@ main {
 .download-progress {
   margin-bottom: 12em;
   overflow-y: auto;
+  min-height: 300px;
+  padding: 2rem;
 }
 .message > pre {
   white-space: pre-wrap;