fix: add max width for modal panel

This commit is contained in:
Tienson Qin
2021-03-08 11:40:09 +08:00
parent ec55e88810
commit baa18a6039

View File

@@ -66,6 +66,7 @@
}
&-panel {
max-width: 768px;
@apply relative rounded-md shadow-xl;
background: var(--ls-secondary-background-color);
.panel-content {