audio_player: Reference audio via .media-audio-element class.

This commit is contained in:
Karl Stolley
2025-07-29 12:54:53 -05:00
committed by Tim Abbott
parent 05b8fea10f
commit 6e9ad5faf1

View File

@@ -867,12 +867,12 @@
backdrop-filter: blur(20px);
}
p:first-child > audio:first-child {
p:first-child > .media-audio-element:first-child {
/* TODO: This is probably not the best way create space here. */
padding-top: 0.5em;
}
audio {
.media-audio-element {
width: 18em;
height: 2em;
max-width: 100%;