mirror of
https://github.com/friendica/friendica
synced 2024-12-23 09:20:17 +00:00
Merge pull request #11090 from annando/audio-width
Use 100% width for audio elements
This commit is contained in:
commit
f4907a48d8
1 changed files with 4 additions and 0 deletions
|
@ -666,3 +666,7 @@ body.dragging, body.dragging * {
|
||||||
span.required {
|
span.required {
|
||||||
color: #c80000;
|
color: #c80000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
audio {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue