Skip to content

Commit

Permalink
Underlined related episodes
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBergqvist committed Jul 21, 2024
1 parent b9a9acd commit 269447b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/episodes/episode-details.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<p></p>
<b>Relaterade avsnitt:</b>
<ul *ngFor="let related of episode.relatedEpisodes">
<li class="clickable" (click)="onShowEpisode(related.id)">
<li class="clickable link-item" (click)="onShowEpisode(related.id)">
<i>{{related.title}}</i>
</li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
.link-item {
padding-top: 5px;
padding-bottom: 5px;
text-decoration: underline;
}

.p-selectbutton > * {
Expand Down

0 comments on commit 269447b

Please sign in to comment.