소스 검색

Add some more margin

oobabooga 3 년 전
부모
커밋
bc856eb962
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/html_generator.py

+ 1 - 1
modules/html_generator.py

@@ -224,7 +224,7 @@ def generate_chat_html(history, name1, name2, character):
     .message {
       display: grid;
       grid-template-columns: 60px 1fr;
-      padding-bottom: 22px;
+      padding-bottom: 25px;
       font-size: 15px;
       font-family: Helvetica, Arial, sans-serif;
       line-height: 1.428571429;