File tree Expand file tree Collapse file tree
css/src/modules/user-settings-submodules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 : root : not (: --deprecated-font-size ): not (: --iOS-patch )[style *= "--USER__fontSize" ] figure : has (> canvas ),
2222 : root : not (: --deprecated-font-size ): not (: --iOS-patch )[style *= "--USER__fontSize" ] figure : has (> iframe ),
2323 : root : not (: --deprecated-font-size ): not (: --iOS-patch )[style *= "--USER__fontSize" ] figure : has (> audio ),
24+ : root : not (: --deprecated-font-size ): not (: --iOS-patch )[style *= "--USER__fontSize" ] div : has (> img : only-child ),
25+ : root : not (: --deprecated-font-size ): not (: --iOS-patch )[style *= "--USER__fontSize" ] div : has (> video : only-child ),
26+ : root : not (: --deprecated-font-size ): not (: --iOS-patch )[style *= "--USER__fontSize" ] div : has (> svg : only-child ),
27+ : root : not (: --deprecated-font-size ): not (: --iOS-patch )[style *= "--USER__fontSize" ] div : has (> canvas : only-child ),
28+ : root : not (: --deprecated-font-size ): not (: --iOS-patch )[style *= "--USER__fontSize" ] div : has (> iframe : only-child ),
29+ : root : not (: --deprecated-font-size ): not (: --iOS-patch )[style *= "--USER__fontSize" ] div : has (> audio : only-child ),
2430 : root : not (: --deprecated-font-size ): not (: --iOS-patch )[style *= "--USER__fontSize" ] table {
2531 zoom : calc (100% / var (--USER__fontSize )) !important ;
2632 }
Original file line number Diff line number Diff line change 2121 : root : not (: --iOS-patch )[style *= "--USER__zoom" ] figure : has (> canvas ),
2222 : root : not (: --iOS-patch )[style *= "--USER__zoom" ] figure : has (> iframe ),
2323 : root : not (: --iOS-patch )[style *= "--USER__zoom" ] figure : has (> audio ),
24+ : root : not (: --iOS-patch )[style *= "--USER__zoom" ] div : has (> img : only-child ),
25+ : root : not (: --iOS-patch )[style *= "--USER__zoom" ] div : has (> video : only-child ),
26+ : root : not (: --iOS-patch )[style *= "--USER__zoom" ] div : has (> svg : only-child ),
27+ : root : not (: --iOS-patch )[style *= "--USER__zoom" ] div : has (> canvas : only-child ),
28+ : root : not (: --iOS-patch )[style *= "--USER__zoom" ] div : has (> iframe : only-child ),
29+ : root : not (: --iOS-patch )[style *= "--USER__zoom" ] div : has (> audio : only-child ),
2430 : root : not (: --iOS-patch )[style *= "--USER__zoom" ] table {
2531 zoom : calc (100% / var (--USER__zoom )) !important ;
2632 }
You can’t perform that action at this time.
0 commit comments