fix: set min width for modal

This commit is contained in:
Tienson Qin
2022-12-29 21:27:00 +08:00
parent 1cee6f46af
commit 74bc7c69cb
2 changed files with 6 additions and 1 deletions

View File

@@ -116,6 +116,7 @@
max-height: 85vh;
padding: 2rem;
width: auto;
min-width: 600px;
.ls-card,
.ls-search {
@@ -130,6 +131,10 @@
width: var(--ls-main-content-max-width);
}
}
@screen md {
min-width: 720px;
}
}
}