Spaces:
Sleeping
Sleeping
Keldos
commited on
Commit
·
0ec4179
1
Parent(s):
5f36649
chore (fix): 修改头像最大填充方式
Browse files
web_assets/stylesheet/chatbot.css
CHANGED
@@ -272,7 +272,7 @@ hr.append-display {
|
|
272 |
}
|
273 |
.chatbot-avatar img {
|
274 |
border-radius: 5px !important;
|
275 |
-
object-fit:
|
276 |
-
|
277 |
-
|
278 |
}
|
|
|
272 |
}
|
273 |
.chatbot-avatar img {
|
274 |
border-radius: 5px !important;
|
275 |
+
object-fit: cover;
|
276 |
+
width: 100%;
|
277 |
+
height: 100%;
|
278 |
}
|