|
|
|
@ -29,7 +29,7 @@ |
|
|
|
@if (!string.IsNullOrWhiteSpace(_season.Poster)) |
|
|
|
@if (!string.IsNullOrWhiteSpace(_season.Poster)) |
|
|
|
{ |
|
|
|
{ |
|
|
|
<img class="mud-elevation-2 mr-6" |
|
|
|
<img class="mud-elevation-2 mr-6" |
|
|
|
style="border-radius: 4px; max-height: 440px" |
|
|
|
style="border-radius: 4px; max-height: 440px; flex-shrink: 0" |
|
|
|
src="@($"/artwork/posters/{_season.Poster}")" alt="show poster"/> |
|
|
|
src="@($"/artwork/posters/{_season.Poster}")" alt="show poster"/> |
|
|
|
} |
|
|
|
} |
|
|
|
<div style="display: flex; flex-direction: column; height: 100%"> |
|
|
|
<div style="display: flex; flex-direction: column; height: 100%"> |
|
|
|
|