mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
enhance(ui): polish the editor slash commands cp
This commit is contained in:
@@ -94,6 +94,11 @@ pre {
|
||||
.ui__popover-content, .ui__dropdown-menu-content {
|
||||
&[data-editor-popup-ref] {
|
||||
@apply p-1 w-72;
|
||||
|
||||
&[data-side=top] {
|
||||
position: relative;
|
||||
top: -18px;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-editor-popup-ref=commands] {
|
||||
@@ -101,8 +106,6 @@ pre {
|
||||
|
||||
&[data-side=top] {
|
||||
max-height: min(calc(var(--radix-popover-content-available-height) - 60px), 460px);
|
||||
position: relative;
|
||||
top: -18px;
|
||||
}
|
||||
|
||||
&[data-side=bottom] {
|
||||
|
||||
Reference in New Issue
Block a user