소스 검색

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;