Browse Source

Modify download progress section in tinychat index.css

Sean-fn 9 months ago
parent
commit
83459b7723
1 changed files with 3 additions and 2 deletions
  1. 3 2
      exo/tinychat/index.css

+ 3 - 2
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;