jacktol's picture
added project files
dafa792
raw
history blame
644 Bytes
/* Hide specific GitHub link */
a[href*='https://github.com/Chainlit/chainlit']
{
visibility: hidden !important;
}
/* Hide the open sidebar button */
#open-sidebar-button {
display: none !important;
}
/* Hide the logo image by alt attribute */
img[alt='logo'] {
display: none !important;
}
/* Hide the MuiAvatar component */
div[class*='MuiAvatar-root'] {
display: none !important;
}
/* Hide the MuiTouchRipple component */
span[class*='MuiTouchRipple-root'] {
display: none !important;
}
/* Hide the button with the down arrow icon and all related elements */
button[class*='MuiIconButton-root'] {
display: none !important;
}