[object Object]

← back to Exo

Modify download progress section in tinychat index.css

83459b7723fa02f2853787f521ca96a9b532a550 · 2024-10-12 22:59:12 +0800 · Sean-fn

Files touched

Diff

commit 83459b7723fa02f2853787f521ca96a9b532a550
Author: Sean-fn <seanfang@gmail.com>
Date:   Sat Oct 12 22:59:12 2024 +0800

    Modify download progress section in tinychat index.css
---
 exo/tinychat/index.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/exo/tinychat/index.css b/exo/tinychat/index.css
index 2129a72f..54eb1979 100644
--- a/exo/tinychat/index.css
+++ b/exo/tinychat/index.css
@@ -164,8 +164,9 @@ main {
   border-right: 2px solid var(--secondary-color);
   box-shadow: 10px 10px 20px 2px var(--secondary-color-transparent);
 }
-.download-progress{
-  margin-bottom: 20em;
+.download-progress {
+  margin-bottom: 12em;
+  overflow-y: auto;
 }
 .message > pre {
   white-space: pre-wrap;

← 53ea5767 chore: Support multiple nodes download progress section in t  ·  back to Exo  ·  Fix TFLOPS on 4060 Ti 1dc28e87 →