manager-head.html 391 B

123456789101112131415161718
  1. <link rel="shortcut icon" href="./logo.ico" />
  2. <style>
  3. #storybook-checklist-widget {
  4. display: none !important;
  5. }
  6. div:has(> div >#storybook-checklist-widget) {
  7. display: none !important;
  8. }
  9. button[aria-label="Settings"][role="switch"] {
  10. display: none !important;
  11. }
  12. #sidebar-bottom-wrapper {
  13. display: none !important
  14. }
  15. </style>