mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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;
|
||||
margin: 0 0 0 30px;
|
||||
width: 55%;
|
||||
max-width: 880px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -6865,6 +6865,7 @@ body.folded .theme-overlay .theme-wrap {
|
||||
float: left;
|
||||
margin: 0 30px 0 0;
|
||||
width: 55%;
|
||||
max-width: 880px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user