]> git.mxchange.org Git - friendica.git/commitdiff
Use 100% width for audio elements
authorMichael <heluecht@pirati.ca>
Sat, 11 Dec 2021 13:47:20 +0000 (13:47 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 11 Dec 2021 13:47:20 +0000 (13:47 +0000)
view/global.css

index 08788c5baf47c893052a45bf37f595b28a8f0347..3365ce4aa03e172d0b23576e8aae73ebde8d1830 100644 (file)
@@ -666,3 +666,7 @@ body.dragging, body.dragging * {
 span.required {
        color: #c80000;
 }
+
+audio {
+  width: 100%;
+}