improve(ui): friendly size for slash commands modal

This commit is contained in:
charlie
2023-02-19 18:05:39 +08:00
committed by Tienson Qin
parent 215c45744b
commit 11b9eaabe4

View File

@@ -40,6 +40,12 @@
&.is-overflow-vh-y {
transform: translateY(calc(-100% - 2rem));
}
&[data-modal-name="commands"] {
width: 380px !important;
max-width: 90vw !important;
max-height: 520px !important;
}
}
.is-mobile {