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;
|
--ion-safe-area-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// @todo MOBILE-3790 non-standard property, doesn't work everywhere.
|
|
||||||
html {
|
html {
|
||||||
--zoom-level: 100%;
|
--zoom-level: 100%;
|
||||||
zoom: var(--zoom-level);
|
zoom: var(--zoom-level);
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
&.ios {
|
||||||
-webkit-text-size-adjust: var(--zoom-level);
|
font-size: var(--zoom-level);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in New Issue