From 15ddc4c332f33ff08ddf3c58cacd9b40334b2315 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Wed, 17 Jun 2026 14:44:08 -0400 Subject: [PATCH] feat: Styles --- DeepDrftPublic.Client/Controls/ReleaseHeroOverlay.razor | 2 ++ DeepDrftPublic/wwwroot/styles/deepdrft-styles.css | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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); }