diff --git a/src/Ombi/ClientApp/src/app/discover/card/discover-card.component.scss b/src/Ombi/ClientApp/src/app/discover/card/discover-card.component.scss index 105be5db7..ed3b52e15 100644 --- a/src/Ombi/ClientApp/src/app/discover/card/discover-card.component.scss +++ b/src/Ombi/ClientApp/src/app/discover/card/discover-card.component.scss @@ -1,14 +1,15 @@ $ombi-primary:#3f3f3f; +$card-background: #2b2b2b; #cardImage { - max-height: 163px; + max-height: 68%; border-radius: 5px 5px 0px 0px; } .dark-card { - background-color: $ombi-primary; + background-color: $card-background; border-radius: 8px; color: white; - height: 360px; + height: 435px; } .card-spacing { @@ -21,13 +22,13 @@ $ombi-primary:#3f3f3f; font-weight: bold; } -$border-width: 2px; +$border-width: 3px; .movie-image { border-bottom: $border-width orange solid; } .tv-image { - border-bottom: $border-width teal solid; + border-bottom: $border-width #1DE9B6 solid; } .expand { diff --git a/src/Ombi/ClientApp/src/app/discover/discover.component.html b/src/Ombi/ClientApp/src/app/discover/discover.component.html index 72b5879c1..a0fe044a6 100644 --- a/src/Ombi/ClientApp/src/app/discover/discover.component.html +++ b/src/Ombi/ClientApp/src/app/discover/discover.component.html @@ -1,7 +1,35 @@
Loading...