feat(ui): migrate to svelte-5 and storybook
This commit is contained in:
12
packages/ui/.storybook/manager-head.html
Normal file
12
packages/ui/.storybook/manager-head.html
Normal file
@ -0,0 +1,12 @@
|
||||
<style>
|
||||
.sidebar-header {
|
||||
display: none !important;
|
||||
}
|
||||
#downshift-0-label {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#downshift-0-label ~ div {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user