Make WordPress Core

Changeset 46443


Ignore:
Timestamp:
10/08/2019 06:47:18 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Themes: Adjust CSS media query for theme overlay to match the breakpoint for a folded admin menu.

Props chetan200891.
Fixes #48250.

File:
1 edited

Legend:

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

    r46425 r46443  
    825825
    826826/* Admin menu is folded */
    827 @media only screen and (max-width: 900px) {
     827@media only screen and (max-width: 960px) {
    828828    .theme-overlay .theme-wrap {
    829829        left: 65px;
Note: See TracChangeset for help on using the changeset viewer.