goktug14 commited on
Commit
71858d1
·
1 Parent(s): 0bc6d53

updating style css

Browse files
Files changed (1) hide show
  1. style.css +5 -4
style.css CHANGED
@@ -1,12 +1,13 @@
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 {
 
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;