瀏覽代碼

Merge pull request #468 from cadenmackenzie/downloadProgressBoxHeightIncrease

Download progress box height increase
Alex Cheema 9 月之前
父節點
當前提交
be522b98b1
共有 1 個文件被更改,包括 2 次插入0 次删除
  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: 350px;
+  padding: 2rem;
 }
 .message > pre {
   white-space: pre-wrap;