Преглед на файлове

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;