feat(ui): display movie/series original title (#1240)

* feat(ui): display movie/series original title

* fix(ui): remove extra margin when tagline is missing

* fix(ui): simply don't show overview when unavailable

* fix(ui): overview heading color should match that of sliders

* fix: revert overview removal on movie/series detail pages
This commit is contained in:
TheCatLady
2021-03-24 12:34:17 -04:00
committed by GitHub
parent ab559a3dde
commit 7230915094
5 changed files with 108 additions and 91 deletions

View File

@@ -134,11 +134,11 @@ h1 > .media-year {
}
.media-overview h2 {
@apply text-xl sm:text-2xl;
@apply text-xl text-gray-300 sm:text-2xl;
}
.media-overview p {
@apply pt-2 text-sm text-gray-400 lg:text-base;
@apply pt-2 text-sm text-gray-400 sm:text-base;
}
ul.media-crew {