mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
improve(ui): friendly size for slash commands modal
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user