mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
280f162097
commit
b830d5678e
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user