Skip to content

Gmail Android: nested media queries aren't supported #480

Open
@cossssmin

Description

@cossssmin

Android 13
Gmail v2024.11.03.695901069.Release

Just tried this today and it doesn't work, the rectangle stays blue.

<style>
  .sm-bg-red {
    @media (max-width: 600px) {
      background-color: red !important;
    }
  }
</style>

<div class="sm-bg-red" style="background-color: blue; padding: 32px; color: white; display: inline-block">
	test
</div>

Sent to Gmail address, it's not GANGA.

Reproduction: https://parcel.io/e/4df3c04b-9b9f-4091-9323-437931fa38a4?wrap=true

Metadata

Metadata

Assignees

No one assigned

    Labels

    Data bugDid we say something wrong?

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions