mirror of
https://github.com/sct/overseerr.git
synced 2025-10-01 07:53:51 +02:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user