Themes: Set a max-width on screenshots so they don't get blurry at very wide screen widths.
props matveb. fixes #26172. Built from https://develop.svn.wordpress.org/trunk@26730 git-svn-id: http://core.svn.wordpress.org/trunk@26619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2f2b86270e
commit
d59d76b3d4
|
@ -6865,6 +6865,7 @@ body.folded .theme-overlay .theme-wrap {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0 0 0 30px;
|
margin: 0 0 0 30px;
|
||||||
width: 55%;
|
width: 55%;
|
||||||
|
max-width: 880px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6865,6 +6865,7 @@ body.folded .theme-overlay .theme-wrap {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 30px 0 0;
|
margin: 0 30px 0 0;
|
||||||
width: 55%;
|
width: 55%;
|
||||||
|
max-width: 880px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue