Browse Source

tweak audio tag width

llcc 3 years ago
parent
commit
c8e1af519b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/frontend/components/block.css

+ 2 - 1
src/main/frontend/components/block.css

@@ -586,7 +586,8 @@ a.cloze-revealed {
 
 html.is-native-ios {
     audio {
-        width: 300px;
+        width: 100%;
+        max-width: 350px;
     }
 }