Parcourir la source

adding padding and min height

cadenmackenzie il y a 9 mois
Parent
commit
379ee45397
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;