mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
Merge branch 'master' into feat/db
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user