Skip to content

Commit

Permalink
Merge pull request #228 from platformatic/feauture/adding-modal-handling
Browse files Browse the repository at this point in the history
Feauture/adding modal handling
  • Loading branch information
tonysnowboardunderthebridge authored Dec 17, 2023
2 parents 3a46475 + a4090c4 commit 4f0c2be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
@apply inline-flex items-center;
}
.modal--small {
@apply min-w-[480px] max-w-[480px];
@apply w-auto lg:min-w-[480px] lg:max-w-[480px];
}
.modal--medium {
@apply min-w-[880px] max-w-[880px];
@apply w-auto lg:min-w-[880px] lg:max-w-[880px];
}
.modal--full-width {
@apply w-screen min-w-full;
Expand Down
3 changes: 1 addition & 2 deletions src/components/ModalDirectional.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
@apply flex items-center gap-x-2 pb-4;
}
.modalLefty {
@apply py-20 px-[7.5rem];
height: calc(100% - 10rem);
@apply p-5 lg:py-20 lg:px-[7.5rem] h-[calc(100%-42px)] lg:h-[calc(100%-10rem)];
}

@keyframes come-in {
Expand Down

0 comments on commit 4f0c2be

Please sign in to comment.