File size: 781 Bytes
4dc8546
 
6d056d5
 
 
 
 
 
 
 
 
 
 
 
 
4dc8546
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
a[href*='https://github.com/Chainlit/chainlit'] {
    visibility: hidden;
}

.message-avatar .MuiAvatar-root {
    background-color: transparent; /* Remove the background color */
    color: #FFFFFF; /* Change this to your desired text color */
    border: 0.25px solid #FFFFFF; /* Add a white border for the circle */
    border-radius: 50%; /* Ensure the avatar remains circular */
    background-image: url('http://localhost:8051/logo?theme=dark'); /* Path to your logo */
    background-size: cover; /* Ensure the logo covers the entire avatar */
    background-position: center; /* Center the logo */
    background-repeat: no-repeat; /* Prevent the logo from repeating */
    width: 38px; /* Adjust the width as needed */
    height: 38px; /* Adjust the height as needed */
}