[object Object]

← back to Exo

adding padding and min height

379ee45397d5ed12d8ac86f7ff2491c207059019 · 2024-11-17 17:55:44 -0800 · cadenmackenzie

Files touched

Diff

commit 379ee45397d5ed12d8ac86f7ff2491c207059019
Author: cadenmackenzie <cadenmackenzie@gmail.com>
Date:   Sun Nov 17 17:55:44 2024 -0800

    adding padding and min height
---
 exo/tinychat/index.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/exo/tinychat/index.css b/exo/tinychat/index.css
index 442dc827..9b9eeaa5 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: 300px;
+  padding: 2rem;
 }
 .message > pre {
   white-space: pre-wrap;

← 649157d4 creating HFShardDownloader with quick_check true so it doesn  ·  back to Exo  ·  increasing height a3e7bc00 →