mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 07:18:17 +02: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…
Add table
Add a link
Reference in a new issue