enhance(ios): widen file editor

This commit is contained in:
leizhe
2022-01-12 21:09:59 +08:00
committed by Tienson Qin
parent 6f44f50e3b
commit acbf67ef8d

View File

@@ -5,3 +5,9 @@
margin: 0;
}
}
html.is-mobile {
.file {
max-width: 95vw;
}
}