diff --git a/DeepDrftPublic.Client/Controls/ReleaseGallery.razor.css b/DeepDrftPublic.Client/Controls/ReleaseGallery.razor.css index fddb791..3ad61d6 100644 --- a/DeepDrftPublic.Client/Controls/ReleaseGallery.razor.css +++ b/DeepDrftPublic.Client/Controls/ReleaseGallery.razor.css @@ -1,4 +1,4 @@ -.release-gallery-container { +::deep .release-gallery-container { padding-top: 16px; } @@ -18,7 +18,6 @@ flex-direction: column; width: 200px; cursor: pointer; - border-radius: 8px; overflow: hidden; transition: transform 120ms ease; } @@ -30,6 +29,7 @@ .release-card-cover { width: 200px; height: 200px; + border-radius: 8px; background-size: cover; background-position: center; background-repeat: no-repeat; diff --git a/DeepDrftPublic.Client/Pages/MixDetail.razor.css b/DeepDrftPublic.Client/Pages/MixDetail.razor.css index 1a3c271..9d02ea0 100644 --- a/DeepDrftPublic.Client/Pages/MixDetail.razor.css +++ b/DeepDrftPublic.Client/Pages/MixDetail.razor.css @@ -10,7 +10,7 @@ .release-hero