-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolved template viewer scroll issues
- Loading branch information
Showing
30 changed files
with
413 additions
and
222 deletions.
There are no files selected for viewing
14 changes: 11 additions & 3 deletions
14
...p/dashboard/(admin)/admin/email/edit-in-buit-templates/_components/preview-card/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
import TemplateViewer from "../../../generate-with-html/preview-template/_component.tsx/TemplateViewer"; | ||
|
||
const PreviewCard = () => { | ||
return <TemplateViewer />; | ||
// @kinxlo IS CURRENTLY WORKING ON THIS FIX 👍. | ||
return ( | ||
<div className="h-full min-h-[700px] w-full max-w-[447px] rounded-[19px] border-[1px] border-border bg-background p-5 transition-all duration-300"> | ||
<div className="h-full w-full rounded-[7px] border-[1px] border-border bg-white p-4"> | ||
<div className="h-full w-full rounded-[7px] border-[1px] border-border"> | ||
hi guys, @Guy in A Chair is currently working on this component | ||
responsivess 👍 | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
|
||
export default PreviewCard; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 22 additions & 2 deletions
24
...ashboard/(admin)/admin/email/generate-with-html/preview-template/_component.tsx/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.