Updating to allow mp3

This commit is contained in:
2026-03-08 17:38:16 +00:00
parent 8bd8c53cb5
commit d560cf66dc
5 changed files with 125 additions and 21 deletions

View File

@@ -1044,3 +1044,19 @@ body.pane-fullscreen #content.content { max-width: 860px; }
justify-content: flex-end;
}
}
.audio-player {
margin: 1rem 0;
padding: 0.6rem 0.8rem;
border-radius: 8px;
background: var(--bg-secondary);
}
.audio-label {
font-size: 0.85rem;
opacity: 0.7;
margin-bottom: 0.4rem;
}
.audio-player audio {
width: 100%;
}