Browse Source

Increase instruct mode padding

oobabooga 2 years ago
parent
commit
158ec51ae3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      css/html_instruct_style.css

+ 2 - 2
css/html_instruct_style.css

@@ -43,11 +43,11 @@
 }
 
 .assistant-message {
-  padding: 10px;
+  padding: 15px;
 }
 
 .user-message {
-  padding: 10px;
+  padding: 15px;
   background-color: #f1f1f1;
 }