fix(css): add ::deep to .session-detail-page so Blazor isolation scope pierces MudContainer boundary

This commit is contained in:
daniel-c-harvey
2026-06-15 19:32:34 -04:00
parent 3c7f28b2eb
commit 0758bfe7f1
@@ -2,7 +2,7 @@
directly on top, themed to match the NowPlaying glassmorphic family. The page widens to the directly on top, themed to match the NowPlaying glassmorphic family. The page widens to the
Large container (set in markup) rather than the shared 760px detail column. */ Large container (set in markup) rather than the shared 760px detail column. */
.session-detail-page { ::deep .session-detail-page {
padding-top: 2rem; padding-top: 2rem;
padding-bottom: 4rem; padding-bottom: 4rem;
} }