Update htmlTemplates.py
Browse files- htmlTemplates.py +1 -1
htmlTemplates.py
CHANGED
|
@@ -10,7 +10,7 @@ css = '''
|
|
| 10 |
background-color: #475063
|
| 11 |
}
|
| 12 |
.chat-message .avatar {
|
| 13 |
-
width:
|
| 14 |
}
|
| 15 |
.chat-message .avatar img {
|
| 16 |
max-width: 78px;
|
|
|
|
| 10 |
background-color: #475063
|
| 11 |
}
|
| 12 |
.chat-message .avatar {
|
| 13 |
+
width: 30%;
|
| 14 |
}
|
| 15 |
.chat-message .avatar img {
|
| 16 |
max-width: 78px;
|