Skip to content

Commit aa6c551

Browse files
committed
feat: add minimum width to modal
1 parent 592cc68 commit aa6c551

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
@@ -597,6 +597,7 @@ body:has(.modal-overlay) {
597597
.modal {
598598
background-color: var(--clr-bg-secondary);
599599
width: fit-content;
600+
min-width: 50%;
600601
max-width: 1000px;
601602
max-height: 90%;
602603
border-radius: var(--br-lg);

0 commit comments

Comments
 (0)