Skip to content

Commit

Permalink
feat: add minimum width to modal
Browse files Browse the repository at this point in the history
  • Loading branch information
neoRandom committed Jan 7, 2025
1 parent c235242 commit dbf978a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ body:has(.modal-overlay) {
.modal {
background-color: var(--clr-bg-secondary);
width: fit-content;
min-width: 50%;
max-width: 1000px;
max-height: 90%;
border-radius: var(--br-lg);
Expand Down

0 comments on commit dbf978a

Please sign in to comment.