Merge pull request #4030 from crazyserver/MOBILE-3790
MOBILE-3790 a11y: Ensure iOS font size is increased from settingsmain
commit
9e2078c901
|
@ -7,14 +7,13 @@ html.force-safe-area-margins {
|
|||
--ion-safe-area-bottom: 40px;
|
||||
}
|
||||
|
||||
// @todo MOBILE-3790 non-standard property, doesn't work everywhere.
|
||||
html {
|
||||
--zoom-level: 100%;
|
||||
zoom: var(--zoom-level);
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-text-size-adjust: var(--zoom-level);
|
||||
&.ios {
|
||||
font-size: var(--zoom-level);
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue