fix: project-pages responsiveness (#3624)

* fix: pages responsiveness

* fix: build errors
This commit is contained in:
Lakhan Baheti 2024-02-12 17:01:58 +05:30 committed by GitHub
parent e29edfc02b
commit 042ed04a03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 94 additions and 45 deletions

View file

@ -74,7 +74,7 @@ export const CreateUpdatePageModal: FC<Props> = (props) => {
leaveFrom="opacity-100 translate-y-0 sm:scale-100"
leaveTo="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
>
<Dialog.Panel className="relative transform rounded-lg bg-custom-background-100 p-5 px-4 text-left shadow-custom-shadow-md transition-all sm:w-full sm:max-w-2xl">
<Dialog.Panel className="relative transform rounded-lg bg-custom-background-100 p-5 px-4 text-left shadow-custom-shadow-md transition-all w-full sm:max-w-2xl">
<PageForm handleFormSubmit={handleFormSubmit} handleClose={handleClose} pageStore={pageStore} />
</Dialog.Panel>
</Transition.Child>