Make WordPress Core

Changeset 56104

Timestamp:
06/29/2023 06:46:40 AM (13 months ago)
Author:
audrasjb
Message:

Themes: Fix layout issue on the Themes page background overlay.

This changeset replaces the 780px media query max-width value with 782px for better consistency and to fix a responsive layout issue.

Props zodiac1978, ironprogrammer, orestissam, audrasjb, monzuralam.
Fixes #58164.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/themes.css

    r53663 r56104  
    841841}
    842842
    843 @media only screen and (max-width: 780px) {
     843@media only screen and (max-width: 78px) {
    844844    body.folded .theme-overlay .theme-wrap,
    845845    .theme-overlay .theme-wrap {
Note: See TracChangeset for help on using the changeset viewer.