Themes: set maximum width for overlay view, props matveb, fixes #26507.
git-svn-id: https://develop.svn.wordpress.org/trunk@26839 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8f581ae3dc
commit
f88a7f2a42
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user