Spaces:
Sleeping
Sleeping
File size: 398 Bytes
ce2c30d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-sizeMedium.css-1egpgfe {
display: none;
}
.MuiStack-root.watermark.css-1705j0v {
display: none;
}
.MuiAvatar-img.css-1hy9t21 {
content: url("/public/image.png"); /* Path to your custom avatar image */
}
img[src="http://localhost:8000/logo?theme=dark"]
{
display: none;
}
#open-sidebar-button {
display: none;
}
|