فهرست منبع

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;