enhance(ui): make consistent accent colors for all the popover dropdown

This commit is contained in:
charlie
2024-01-05 12:47:31 +08:00
parent f9b26a1050
commit a27f360cd8
10 changed files with 26 additions and 40 deletions

View File

@@ -43,6 +43,8 @@
&[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;