Эх сурвалжийг харах

adjust font, do not change the font on switching between portrait and landscape

B. Petersen 5 жил өмнө
parent
commit
9ea90d4ff5

+ 3 - 2
deltachat-ios/Assets/Help/help.css

@@ -1,7 +1,8 @@
 body {
 body {
-    font-size: 14pt;
-    font-family: sans-serif;
+    font-size: 13pt;
+    font-family: -apple-system, sans-serif;
 	padding: 0 .5rem .5rem .5rem;
 	padding: 0 .5rem .5rem .5rem;
+    -webkit-text-size-adjust: none;
 }
 }
 
 
 a {
 a {