AdguardTeam / ExtendedCss

A TypeScript library for non-standard element selecting — :contains(), :matches-css(), etc., and applying CSS styles with extended properties.
GNU General Public License v3.0
65 stars 9 forks source link

Extended CSS rules do not work in mobile view set to 'iPad Air/Mini' #161

Closed AdamWr closed 1 year ago

AdamWr commented 1 year ago

Steps to reproduce:

  1. Add this rule:
    example.org#?#div:has(> h1)
  2. Go to - https://example.org/
  3. Open devtools and change to mobile view and set it to iPad Air/Mini
  4. Refresh website

The div should be hidden, but rule doesn't work.

Screenshot ![image](https://user-images.githubusercontent.com/29142494/213677768-bb3a076f-4836-4f96-b50c-d2a39a826206.png)