Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
upd: add divider to previous replies of a note
Browse files Browse the repository at this point in the history
  • Loading branch information
wont-work committed Oct 31, 2023
1 parent fe79489 commit d5bb643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/frontend/src/components/MkNoteDetailed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,12 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
.replyTo {
opacity: 0.7;
padding-bottom: 0;
border-bottom: solid .5px var(--divider);
}

.replyToMore {
opacity: 0.7;
border-bottom: solid .5px var(--divider);
}

.renote {
Expand Down

0 comments on commit d5bb643

Please sign in to comment.