| 123456789101112131415161718 |
- <link rel="shortcut icon" href="./logo.ico" />
- <style>
- #storybook-checklist-widget {
- display: none !important;
- }
- div:has(> div >#storybook-checklist-widget) {
- display: none !important;
- }
- button[aria-label="Settings"][role="switch"] {
- display: none !important;
- }
- #sidebar-bottom-wrapper {
- display: none !important
- }
- </style>
|