tweak audio tag width

pull/5486/head
llcc 2022-05-28 16:04:10 +08:00 committed by Tienson Qin
parent 359d4d02b1
commit c8e1af519b
1 changed files with 2 additions and 1 deletions

View File

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