mirror of
https://github.com/friendica/friendica
synced 2024-11-14 03:42:53 +00:00
Use 100% width for audio elements
This commit is contained in:
parent
753cf8aeae
commit
bdb48acbde
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