wip
This commit is contained in:
@ -79,7 +79,7 @@
|
||||
<div class="deleted" v-if="appearNote.deletedAt != null">{{ $t('deleted') }}</div>
|
||||
</div>
|
||||
</article>
|
||||
<x-sub v-for="note in replies" :key="note.id" :note="note"/>
|
||||
<x-sub v-for="note in replies" :key="note.id" :note="note" class="reply"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -935,5 +935,9 @@ export default Vue.extend({
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .reply {
|
||||
border-top: solid 1px var(--divider);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user