diff --git a/lib/components/playground/index.tsx b/lib/components/playground/index.tsx index aaa21ae..8f298e3 100644 --- a/lib/components/playground/index.tsx +++ b/lib/components/playground/index.tsx @@ -90,6 +90,7 @@ const editor = (code: string) => { justify-content: center; align-items: center; height: 100%; + width: fit-content; } summary :global(svg) { diff --git a/lib/components/sidebar/active-catalog.tsx b/lib/components/sidebar/active-catalog.tsx index 69db0c3..e8e9d22 100644 --- a/lib/components/sidebar/active-catalog.tsx +++ b/lib/components/sidebar/active-catalog.tsx @@ -21,7 +21,6 @@ const ActiveCatalog: React.FC = React.memo( transition: all .2s ease; color: ${theme.palette.accents_3}; text-transform: uppercase; - padding-bottom: .5rem; } .active { diff --git a/lib/components/sidebar/side-item.tsx b/lib/components/sidebar/side-item.tsx index ed352ea..8f9b692 100644 --- a/lib/components/sidebar/side-item.tsx +++ b/lib/components/sidebar/side-item.tsx @@ -43,11 +43,6 @@ const SideItem: React.FC> = React.memo(({ })}