Make WordPress Core

Changeset 53663 for trunk


Ignore:
Timestamp:
07/05/2022 03:34:04 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Themes: Revert the change of theme preview width on Add Themes screen.

The intention was for the preview ratio to remain accurate for the user's screen size when the sidebar is open, but this appears to have caused unintended side effects to the preview alignment.

Follow-up to [52647].

Props superbthemescom, Presskopp.
Fixes #56097. See #54764.

File:
1 edited

Legend:

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

    r53191 r53663  
    18071807.theme-install-overlay iframe {
    18081808    height: 100%;
    1809     width: 100vw;
     1809    width: 100%;
    18101810    z-index: 20;
    18111811    transition: opacity 0.3s;
Note: See TracChangeset for help on using the changeset viewer.