File size: 1,494 Bytes
			
			4dc8546 6d056d5 7f989d6 9b7a7cf  | 
								1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43  | 
								a[href*='https://github.com/Chainlit/chainlit'] {
    visibility: hidden;
}
/* Target the container of the image and set a custom background image */
.MuiAvatar-root.MuiAvatar-circular.css-m2icte {
    background-image: url('/public/avatars/ai-tutor.png'); /* Replace with your custom image URL */
    background-size: cover; /* Ensure the image covers the entire container */
    background-position: center; /* Center the image */
    width: 100px; /* Ensure the dimensions match the original */
    height: 100px; /* Ensure the dimensions match the original */
    border-radius: 50%; /* Maintain circular shape */
}
/* Hide the default image */
.MuiAvatar-root.MuiAvatar-circular.css-m2icte .MuiAvatar-img.css-1hy9t21 {
    display: none;
}
.MuiAvatar-root.MuiAvatar-circular.css-v72an7 {
    background-image: url('/public/avatars/ai-tutor.png'); /* Replace with your custom image URL */
    background-size: cover; /* Ensure the image covers the entire container */
    background-position: center; /* Center the image */
    width: 40px; /* Ensure the dimensions match the original */
    height: 40px; /* Ensure the dimensions match the original */
    border-radius: 50%; /* Maintain circular shape */
}
/* Hide the default image */
.MuiAvatar-root.MuiAvatar-circular.css-v72an7 .MuiAvatar-img.css-1hy9t21 {
    display: none;
}
/* Hide the new chat button
#new-chat-button {
    display: none;
} */
/* Hide the open sidebar button
#open-sidebar-button {
    display: none;
} */ |