Updating to allow mp3
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user