Merge pull request #473 from Irev-Dev/customizer-size

1/3 for customizer is plenty
This commit was merged in pull request #473.
This commit is contained in:
Kurt Hutten
2021-08-24 18:37:22 +10:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ const Customizer = () => {
return (
<div
className={`absolute inset-x-0 bottom-0 bg-ch-gray-600 bg-opacity-60 text-ch-gray-300 text-lg font-fira-sans ${
open ? 'h-2/3' : ''
open ? 'h-full max-h-96' : ''
}`}
>
<div className="flex justify-between px-6 py-2 items-center">