feat(webui): hybrid-dark overlay on nested mmpm + podcaster/portal sub-panels

This commit is contained in:
CyberMind-FR 2026-07-10 08:58:21 +02:00
parent caba368a4e
commit 258a84a99c
2 changed files with 4 additions and 2 deletions

View File

@ -139,8 +139,9 @@
}
.actions { white-space: nowrap; }
</style>
<link rel="stylesheet" href="/shared/hybrid-dark.css">
</head>
<body class="crt-light">
<body class="crt-light hybrid-dark">
<nav class="sidebar" id="sidebar"></nav>
<div class="main-content">

View File

@ -47,8 +47,9 @@
footer a{color:var(--text-muted)}
@media(max-width:680px){.ep{flex-wrap:wrap}audio{max-width:100%;width:100%}}
</style>
<link rel="stylesheet" href="/shared/hybrid-dark.css">
</head>
<body>
<body class="hybrid-dark">
<header>
<div class="em">🎙️</div>
<h1 id="title">Podcasts</h1>