mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
95a6dfc34e
summary tab is working.
30 lines
363 B
Text
30 lines
363 B
Text
.series-season {
|
|
.episode-number-cell {
|
|
width: 20px;
|
|
}
|
|
.episode-air-date-cell {
|
|
width: 150px;
|
|
}
|
|
|
|
.episode-status-cell {
|
|
width: 100px;
|
|
}
|
|
|
|
.episode-title-cell {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.episode-detail-modal {
|
|
|
|
.episode-overview {
|
|
|
|
font-style: italic;
|
|
}
|
|
|
|
.episode-file-info {
|
|
|
|
margin-top: 30px;
|
|
font-size: 12px;
|
|
}
|
|
}
|