mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-23 22:14:38 +00:00
Customize: Fix alignment of natural-width media buttons in site icon control.
Amends [40653]. Props afercia. Fixes #40220. git-svn-id: https://develop.svn.wordpress.org/trunk@40671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -710,12 +710,18 @@ p.customize-section-description {
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
/* Remove descender space. */
|
||||
.customize-control .thumbnail-image,
|
||||
.customize-control-header .current,
|
||||
.customize-control .wp-media-wrapper.wp-video {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
/* Remove descender space. */
|
||||
.customize-control-site_icon .favicon-preview .browser-preview {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.customize-control .thumbnail-image img {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user