You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nested @media query works fine in Thunderbird/Windows (desktop), while the regular one doesn't. Send yourself a test from the reproduction URL to see.
Thanks for reporting this. What is meant by "Does not support nested media queries." on the media query page is the ability to nest a media query within another media query, like so:
@media (max-width: 1024px) {
.foobar { … }
}
}
This feature has been available since the early age of media queries. But for the longest time, Gmail did not support this and it provoked a complete style removal.
I'm not seeing your test work in Thunderbird 128.5.0esr on macOS 14.6.1.
That window looks like it's wider than 600px though? It does turn to a red bg (but not uppercase text) for me in Thunderbird 128.4.3esr / Windows 11 23H2.
Android 13
Gmail v2024.11.03.695901069.Release
Just tried this today and it doesn't work, the rectangle stays blue.
Sent to Gmail address, it's not GANGA.
Reproduction: https://parcel.io/e/4df3c04b-9b9f-4091-9323-437931fa38a4?wrap=true
The text was updated successfully, but these errors were encountered: