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.




git-svn-id: https://develop.svn.wordpress.org/trunk@56104 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2023-06-29 06:46:40 +00:00
parent 280f162097
commit b830d5678e

View File

@ -840,7 +840,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
}
}
@media only screen and (max-width: 780px) {
@media only screen and (max-width: 782px) {
body.folded .theme-overlay .theme-wrap,
.theme-overlay .theme-wrap {
top: 0; /* The adminmenu isn't fixed on mobile, so this can use the full viewport height */