Merge branch 'master' into feat/db

This commit is contained in:
charlie
2024-02-06 14:13:57 +08:00
72 changed files with 2288 additions and 2083 deletions

View File

@@ -36,6 +36,10 @@
transform: translateY(calc(-100% - 2rem));
}
&[data-modal-name] {
@apply bg-popover border overflow-x-hidden overflow-y-auto rounded-lg py-1;
}
&[data-modal-name="commands"],
&[data-modal-name="select-code-block-mode"] {
@screen sm {
@@ -43,6 +47,14 @@
max-width: 90vw !important;
}
}
&[data-modal-name="date-picker"] {
@apply py-0;
.rc-datepicker {
@apply my-0;
}
}
}
.is-mobile {