Update markdown drop-target appearance

This commit is contained in:
Nick O'Leary
2025-02-24 16:51:51 +00:00
parent 71f8de94b0
commit 87b7fc69c7
7 changed files with 18 additions and 16 deletions

View File

@@ -38,12 +38,13 @@
}
}
#red-ui-image-drop-target {
#red-ui-drop-target-markdown-editor {
position: absolute;
top: 0; bottom: 0;
left: 0; right: 0;
background: var(--red-ui-dnd-background);
display:table;
border-radius: 3px;
width: 100%;
height: 100%;
display: none;