-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Originally handled in #206 but the issue is too complex to resolve it at the time we manage --RS__defaultLineLength.
List of impacted styles:
--RS__maxMediaHeight: 100vw; --RS__maxMediaHeight: 95vh;
As noted in the previous issue, we have two challenging problems:
- browsers don’t do behave the same, which means using a dirty CSS trick to target Safari/Webkit and not apply the compensation;
- In case a
percentagevalue is passed – we need to do that on iOS for instance, as we switch fromzoomtotext-size-adjust, we cannot divide95vhby this percentage, the divider has to be unitless… Converting through CSS functions seem difficult, if not impossible for some unknown reason at the moment
In practice, we do not have a solution for problem number 2.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels