Merge pull request #3700 from omnivore-app/fix/ios-rotation-scale

Disable scale on rotate on iOS
This commit is contained in:
Jackson Harper
2024-03-20 12:37:26 +08:00
committed by GitHub

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" />