mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
style(audio): enhance audio element styling for better presentation
This commit is contained in:
@@ -230,8 +230,17 @@ mark {
|
||||
}
|
||||
|
||||
audio {
|
||||
width: stretch;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
width: 100%;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius);
|
||||
overflow: hidden;
|
||||
height: 2.5rem;
|
||||
margin-bottom: var(--content-gap);
|
||||
}
|
||||
|
||||
audio::-webkit-media-controls-enclosure {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
video {
|
||||
|
||||
Reference in New Issue
Block a user