colors and filters
This commit is contained in:
@@ -21,19 +21,16 @@
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<div class="editor-field">
|
||||
{#each backlinks as backlink}
|
||||
<div style="margin: 0 0 15px;position: relative;">
|
||||
<span style="
|
||||
font-size: 14px;
|
||||
margin-bottom: 5px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: -9px;
|
||||
left: 9px;
|
||||
z-index: 9;
|
||||
|
||||
"
|
||||
>In <i>{backlink.field}</i></span>
|
||||
>In <i>{backlink.field}</i> of</span>
|
||||
<PreviewReference
|
||||
record={backlink.record}
|
||||
hasDelete={false}
|
||||
@@ -41,3 +38,4 @@
|
||||
/>
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
Reference in New Issue
Block a user