fix: tests

This commit is contained in:
charlie
2024-01-05 17:37:32 +08:00
parent 8be15476ab
commit 8a64a76fab
4 changed files with 11 additions and 11 deletions

View File

@@ -41,10 +41,12 @@
transform: translateY(calc(-100% - 2rem));
}
&[data-modal-name] {
@apply bg-popovelx border overflow-x-hidden overflow-y-auto rounded-lg py-1;
}
&[data-modal-name="commands"],
&[data-modal-name="select-code-block-mode"] {
@apply bg-popovelx border overflow-auto rounded-lg py-1;
@screen sm {
width: 380px !important;
max-width: 90vw !important;