diff --git a/DeepDrftPublic.Client/Controls/ReleaseHeroOverlay.razor b/DeepDrftPublic.Client/Controls/ReleaseHeroOverlay.razor index 1bf2638..99933b3 100644 --- a/DeepDrftPublic.Client/Controls/ReleaseHeroOverlay.razor +++ b/DeepDrftPublic.Client/Controls/ReleaseHeroOverlay.razor @@ -16,6 +16,7 @@ @* The hero is the positioning context for every overlay row; the gradient shim and the top/bottom overlays are absolutely positioned children of this wrapper. *@ +
@if (!string.IsNullOrEmpty(HeroImageKey)) { @@ -80,6 +81,7 @@
+
@code { /// Background image entry key. Null renders the placeholder treatment. diff --git a/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css b/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css index 3ee6e94..c50a627 100644 --- a/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css +++ b/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css @@ -522,7 +522,6 @@ h2, h3, h4, h5, h6, width: 260px; flex: 0 0 auto; overflow: hidden; - border: 3px solid var(--mud-palette-secondary); box-shadow: 0 8px 28px color-mix(in srgb, var(--mud-palette-text-secondary) 18%, transparent); }