mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
In the admin, give media list table icons auto for width and height. In the post thumbnail metabox, apply width: auto.
If someone turns on support SVG files, this will allow them to show up. Props arippberger for an initial patch. Fixes #26256. git-svn-id: https://develop.svn.wordpress.org/trunk@29832 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a6f6556fca
commit
11c914bca9
@ -1967,6 +1967,8 @@ td.media-icon {
|
||||
td.media-icon img {
|
||||
max-width: 80px;
|
||||
max-height: 60px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
td.image-icon img {
|
||||
|
||||
@ -290,6 +290,7 @@ ul.wp-tab-bar li {
|
||||
#postimagediv .inside img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
form#tags-filter {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user