feat (ui): aired en airing verplaatst
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user