mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Disable scale on rotate on iOS
This commit is contained in:
parent
1f3a0b2171
commit
27d7998da0
1 changed files with 5 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue