Media Query Display issue

Created on 16 November 2021, over 2 years ago
Updated 7 March 2024, 4 months ago

Problem/Motivation

The width variable can not be at the end of the media query in the media-query.css file as they do not get compiled correctly.

Proposed resolution

Change:

@custom-media --laptop-and-larger (1280px <= width);
@custom-media --desktop-and-larger (1440px <= width);

To:

@custom-media --laptop-and-larger (width >= 1280px);
@custom-media --desktop-and-larger (width >= 1440px);
πŸ› Bug report
Status

Closed: outdated

Version

4.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States jldust

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024