瀏覽代碼

adding padding and min height

cadenmackenzie 8 月之前
父節點
當前提交
379ee45397
共有 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: 300px;
+  padding: 2rem;
 }
 .message > pre {
   white-space: pre-wrap;