references
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.preview-file{
|
||||
.preview-file,.preview-reference{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
@@ -24,7 +24,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.preview-reference{
|
||||
filter: brightness(97%);
|
||||
padding: 10px 20px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.sortable-ghost{
|
||||
border: 2px dashed var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
.sortable-drag { opacity: 0 !important; } .sortable-ghost { opacity: 1 !important; }
|
||||
Reference in New Issue
Block a user