mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-19 13:07:49 +00:00
Post Thumbnails: Fix squashed featured image in wp-admin.
This updates the CSS for featured images in the classic editor that caused images to look skewed when auto-sizes are enabled. Props maciejmackowiak, sainathpoojary, mukesh27, joemcgill. Fixes #62597. Built from https://develop.svn.wordpress.org/trunk@59773 git-svn-id: http://core.svn.wordpress.org/trunk@59115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dd3d84dfbc
commit
c7db6678d7
@ -309,7 +309,6 @@ ul.wp-tab-bar li {
|
||||
#postimagediv .inside img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
vertical-align: top;
|
||||
background-image: linear-gradient(-45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(-45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7);
|
||||
background-position: 100% 0, 10px 10px;
|
||||
|
2
wp-admin/css/edit-rtl.min.css
vendored
2
wp-admin/css/edit-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -308,7 +308,6 @@ ul.wp-tab-bar li {
|
||||
#postimagediv .inside img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
vertical-align: top;
|
||||
background-image: linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7);
|
||||
background-position: 0 0, 10px 10px;
|
||||
|
2
wp-admin/css/edit.min.css
vendored
2
wp-admin/css/edit.min.css
vendored
File diff suppressed because one or more lines are too long
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8-alpha-59772';
|
||||
$wp_version = '6.8-alpha-59773';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user