Spaces:
Runtime error
Runtime error
updating style css
Browse files
style.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
/* target the avatar container for user+bot */
|
| 2 |
.chatbot-message .avatar {
|
| 3 |
-
width:
|
| 4 |
-
height:
|
| 5 |
-
min-width:
|
| 6 |
-
min-height:
|
| 7 |
}
|
| 8 |
/* make sure the image still fills the circle */
|
| 9 |
.chatbot-message .avatar img {
|
|
|
|
| 1 |
/* target the avatar container for user+bot */
|
| 2 |
.chatbot-message .avatar {
|
| 3 |
+
width: 256px !important;
|
| 4 |
+
height: 256px !important;
|
| 5 |
+
min-width: 256px !important;
|
| 6 |
+
min-height: 256px !important;
|
| 7 |
}
|
| 8 |
/* make sure the image still fills the circle */
|
| 9 |
.chatbot-message .avatar img {
|