Skip to content

Commit 64446bc

Browse files
neoRandomACR1209
authored andcommitted
feat: add minimum width to modal
1 parent 12fae3a commit 64446bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ body:has(.modal-overlay) {
624624
.modal {
625625
background-color: var(--clr-bg-secondary);
626626
width: fit-content;
627+
min-width: 50%;
627628
max-width: 1000px;
628629
max-height: 90%;
629630
border-radius: var(--br-lg);

0 commit comments

Comments
 (0)