Disable scale on rotate on iOS

This commit is contained in:
Jackson Harper
2024-03-20 11:46:21 +08:00
parent 1f3a0b2171
commit 27d7998da0

View File

@ -56,6 +56,11 @@ struct WebReaderContent {
<style>
@import url("highlight\(isDark ? "-dark" : "").css");
</style>
<style>
body {
-webkit-text-size-adjust: 100%;
}
</style>
</head>
<body>
<div id="root" />