Skip to content

Commit

Permalink
Include the list item separator for unmatched related anime.
Browse files Browse the repository at this point in the history
  • Loading branch information
colons committed Feb 14, 2024
1 parent 4c2ec1c commit da8b9e9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions nkdsu/static/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -1035,13 +1035,15 @@ dl.metadata-check {
p { margin-bottom: .5em; }
h2 { margin-top: 0; }
.anime-urls { .child-iter(); }
.related-anime {
.child-iter();
span { display: inline-block; }
}
}
}

// needs to apply for unmatched anime, too
.related-anime {
.child-iter();
span { display: inline-block; }
}

.track-animes {
margin: 1em 0;
display: flex;
Expand Down

0 comments on commit da8b9e9

Please sign in to comment.