[object Object]

← back to Exo

increasing height

a3e7bc0003160f02c5ebdbd8cb7e1eb6dcd67937 · 2024-11-17 17:56:19 -0800 · cadenmackenzie

Files touched

Diff

commit a3e7bc0003160f02c5ebdbd8cb7e1eb6dcd67937
Author: cadenmackenzie <cadenmackenzie@gmail.com>
Date:   Sun Nov 17 17:56:19 2024 -0800

    increasing height
---
 exo/tinychat/index.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exo/tinychat/index.css b/exo/tinychat/index.css
index 9b9eeaa5..22ec2f19 100644
--- a/exo/tinychat/index.css
+++ b/exo/tinychat/index.css
@@ -167,7 +167,7 @@ main {
 .download-progress {
   margin-bottom: 12em;
   overflow-y: auto;
-  min-height: 300px;
+  min-height: 350px;
   padding: 2rem;
 }
 .message > pre {

← 379ee453 adding padding and min height  ·  back to Exo  ·  add --default-model command line arg a39ca1a4 →