mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 13:59:40 +00:00
feat(webui): hybrid-dark overlay on nested mmpm + podcaster/portal sub-panels
This commit is contained in:
parent
caba368a4e
commit
258a84a99c
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user