File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ export function Sidebar(): JSX.Element {
7272 return (
7373 < header
7474 id = 'sidebar'
75- className = 'flex w -0 shrink-0 transition-opacity duration-200 xs:w-20 md:w-24
76- lg:max-w-none xl:-mr-4 xl:w-full xl:max-w-xs xl:justify-end'
75+ className = 'flex shrink -0 w-16 transition-opacity duration-200
76+ lg:max-w-none xl:-mr-4 xl:w-full xl:max-w-xs xl:justify-end xs:w-20 md:w-24 xl:w-72" '
7777 >
7878 < Modal
7979 className = 'flex items-start justify-center'
@@ -83,11 +83,7 @@ export function Sidebar(): JSX.Element {
8383 >
8484 < Input modal closeModal = { closeModal } />
8585 </ Modal >
86- < div
87- className = 'fixed bottom-0 left-0 right-0 z-10 flex w-full flex-col justify-between border-t border-light-border
88- bg-main-background py-0 dark:border-dark-border xs:top-0 xs:h-full xs:w-auto xs:border-0
89- xs:bg-transparent xs:px-2 xs:py-3 xs:pt-2 md:px-4 xl:w-72'
90- >
86+ < div className = 'fixed bottom-0 left-0 right-0 z-10 flex w-full flex-col justify-between border-t border-light-border bg-main-background xs:static xs:h-full xs:w-auto xs:border-0 xs:bg-transparent xl:sticky xl:top-0 xl:h-screen xl:w-72' >
9187 < section className = 'flex flex-col justify-center gap-2 xs:items-center xl:items-stretch' >
9288 < h1 className = 'hidden xs:flex' >
9389 < Link
You can’t perform that action at this time.
0 commit comments