general improvements

This commit is contained in:
Franco Arza
2020-10-23 19:47:10 -03:00
parent 40049b27a1
commit 191bb96a0f
5 changed files with 13 additions and 12 deletions

View File

@@ -72,7 +72,7 @@ const Sidebar: FC<Props> = ({ className, children, show = true, close }) => {
leaveFrom="translate-x-0"
leaveTo="translate-x-full"
>
<div className="h-full w-screen max-w-md">
<div className="h-full md:w-screen md:max-w-md">
<div className="h-full flex flex-col text-base bg-accents-1 shadow-xl overflow-y-auto">
{children}
</div>