1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

New: Series genres for search results

This commit is contained in:
Bogdan
2024-12-13 23:54:50 +02:00
committed by Mark McDowall
parent 3b00112447
commit 5d1d44e09e
11 changed files with 71 additions and 67 deletions
@@ -70,10 +70,15 @@
}
.originalLanguageName,
.network {
.network,
.genres {
margin-left: 8px;
}
.genres {
pointer-events: all;
}
.tvdbLink {
composes: link from '~Components/Link/Link.css';