Spaces:
Running
Running
/* Hide specific GitHub link */ | |
a[href*='https://github.com/Chainlit/chainlit'] | |
{ | |
visibility: hidden ; | |
} | |
/* Hide the open sidebar button */ | |
#open-sidebar-button { | |
display: none ; | |
} | |
/* Hide the logo image by alt attribute */ | |
img[alt='logo'] { | |
display: none ; | |
} | |
/* Hide the MuiAvatar component */ | |
div[class*='MuiAvatar-root'] { | |
display: none ; | |
} | |
/* Hide the MuiTouchRipple component */ | |
span[class*='MuiTouchRipple-root'] { | |
display: none ; | |
} | |
/* Hide the button with the down arrow icon and all related elements */ | |
button[class*='MuiIconButton-root'] { | |
display: none ; | |
} | |