Update app.py
Browse files
app.py
CHANGED
|
@@ -214,10 +214,10 @@ with gr.Blocks(css="""
|
|
| 214 |
cursor: pointer;
|
| 215 |
}
|
| 216 |
#chatbox .avatar-container {
|
| 217 |
-
width:
|
| 218 |
-
height:
|
| 219 |
-
min-width:
|
| 220 |
-
min-height:
|
| 221 |
background-size: 100% 100% !important;
|
| 222 |
background-position: center center !important;
|
| 223 |
border-radius: 50% !important;
|
|
@@ -231,9 +231,10 @@ with gr.Blocks(css="""
|
|
| 231 |
#chatbox .message {
|
| 232 |
display: inline-block !important;
|
| 233 |
font-size: 16px !important;
|
| 234 |
-
line-height: 1.
|
| 235 |
-
min-width:
|
| 236 |
max-width: 96% !important;
|
|
|
|
| 237 |
border-radius: 12px !important;
|
| 238 |
word-break: break-word !important;
|
| 239 |
word-wrap: break-word !important;
|
|
|
|
| 214 |
cursor: pointer;
|
| 215 |
}
|
| 216 |
#chatbox .avatar-container {
|
| 217 |
+
width: 54px !important;
|
| 218 |
+
height: 54px !important;
|
| 219 |
+
min-width: 54px !important;
|
| 220 |
+
min-height: 54px !important;
|
| 221 |
background-size: 100% 100% !important;
|
| 222 |
background-position: center center !important;
|
| 223 |
border-radius: 50% !important;
|
|
|
|
| 231 |
#chatbox .message {
|
| 232 |
display: inline-block !important;
|
| 233 |
font-size: 16px !important;
|
| 234 |
+
line-height: 1.3em !important;
|
| 235 |
+
min-width: 5ch !important;
|
| 236 |
max-width: 96% !important;
|
| 237 |
+
padding: 4px 6px !important;
|
| 238 |
border-radius: 12px !important;
|
| 239 |
word-break: break-word !important;
|
| 240 |
word-wrap: break-word !important;
|