Merge pull request #4030 from crazyserver/MOBILE-3790

MOBILE-3790 a11y: Ensure iOS font size is increased from settings
main
Noel De Martin 2024-04-30 16:37:24 +02:00 committed by GitHub
commit 9e2078c901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 {