fix: fix max height of template getting started cards (#8964)
* fix max height * tiny height change
This commit is contained in:
parent
8c72ea087c
commit
4bd8aa63bf
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export const switchCaseModalSize = (size: string) => {
|
|||
case "templates":
|
||||
minWidth = "w-[97vw] max-w-[1200px]";
|
||||
height =
|
||||
"min-h-[500px] h-[90vh] md:h-[85vh] lg:h-[80vh] xl:h-[70vh] max-h-[90vh]";
|
||||
"min-h-[500px] h-[90vh] md:h-[85vh] lg:h-[80vh] lg:max-h-[620px] max-h-[90vh]";
|
||||
break;
|
||||
case "three-cards":
|
||||
minWidth = "min-w-[1066px]";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue