Spaces:
Runtime error
Runtime error
updating style css
Browse files
style.css
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
-
/*
|
| 2 |
-
.chatbot-message .avatar {
|
| 3 |
width: 256px !important;
|
| 4 |
height: 256px !important;
|
| 5 |
min-width: 256px !important;
|
| 6 |
min-height: 256px !important;
|
| 7 |
}
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
width: 100% !important;
|
| 11 |
height: 100% !important;
|
| 12 |
object-fit: cover;
|
|
|
|
| 1 |
+
/* Target the avatar container for user+bot */
|
| 2 |
+
.chatbot-message .avatar-container {
|
| 3 |
width: 256px !important;
|
| 4 |
height: 256px !important;
|
| 5 |
min-width: 256px !important;
|
| 6 |
min-height: 256px !important;
|
| 7 |
}
|
| 8 |
+
|
| 9 |
+
/* Make sure the image still fills the circle */
|
| 10 |
+
.chatbot-message .avatar-container img {
|
| 11 |
width: 100% !important;
|
| 12 |
height: 100% !important;
|
| 13 |
object-fit: cover;
|