diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index e72f777088..4f031dfa9e 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -7116,6 +7116,14 @@ body.folded .theme-overlay .theme-wrap { margin-right: 0; } } + +@media only screen and (min-width: 1680px) { + .theme-overlay .theme-wrap { + width: 1450px; + margin: 0 auto; + } +} + /* Maximum screenshot width reaches 440px */ @media only screen and (min-width: 1640px) { .theme-browser .theme { @@ -7133,11 +7141,6 @@ body.folded .theme-overlay .theme-wrap { .theme-browser .theme:nth-child(4n) { margin-right: 0; } - - body.folded .theme-overlay .theme-wrap { - right: 15%; - left: 22%; - } } /* Maximum screenshot width reaches 440px */ @media only screen and (max-width: 1120px) {