Disable scale on rotate on iOS
This commit is contained in:
@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user