MOBILE-3790 a11y: Ensure iOS font size is increased from settings

main
Pau Ferrer Ocaña 2024-04-30 12:36:21 +02:00
parent 497030595e
commit a8501b1a81
1 changed files with 3 additions and 4 deletions

View File

@ -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 {