feat (ui): aired en airing verplaatst

This commit is contained in:
kodi
2026-03-09 18:00:43 +01:00
parent 1d86f564e5
commit c5b873c63a
3 changed files with 67 additions and 1 deletions
+22
View File
@@ -337,6 +337,28 @@ button.secondary {
height: 100%;
}
#episodesList .episode-main {
display: flex;
flex-direction: column;
min-width: 0;
}
#episodesList .episode-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#episodesList .episode-date {
margin-top: 2px;
font-size: 12px;
color: var(--text-muted);
}
#episodesList .episode-date-future {
color: var(--button-primary-bg);
}
.badge {
display: inline-block;
font-size: 11px;