1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Fixed: Calendar Missing Search Not Functional, Other Tweaks

This commit is contained in:
Qstick
2019-10-10 21:45:27 -04:00
parent 24fa77e7b2
commit 5eb7fe958f
6 changed files with 55 additions and 70 deletions
+17 -5
View File
@@ -11,23 +11,35 @@
}
}
.link {
composes: link from '~Components/Link/Link.css';
display: block;
color: $defaultColor;
&:hover {
color: $defaultColor;
text-decoration: none;
}
}
.info,
.episodeInfo {
.movieInfo {
display: flex;
}
.episodeInfo {
.movieInfo {
color: $calendarTextDim;
}
.seriesTitle,
.episodeTitle {
.movieTitle,
.genres {
@add-mixin truncate;
flex: 1 0 1px;
margin-right: 10px;
}
.seriesTitle {
.movieTitle {
color: #3a3f51;
font-size: $defaultFontSize;
}