mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Customize: Reduce vertical space of site icon control.
Makes the control easier to find, reduces visual clutter, and is more consistent with Customizer UI conventions. Props celloexpressions. Fixes #35943. git-svn-id: https://develop.svn.wordpress.org/trunk@36907 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -956,7 +956,6 @@ p.customize-section-description {
|
||||
.customize-control-image img,
|
||||
.customize-control-background img,
|
||||
.customize-control-cropped_image img,
|
||||
.customize-control-site_icon img,
|
||||
.customize-control-header img {
|
||||
width: 100%;
|
||||
-webkit-border-radius: 2px;
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
|
||||
.site-icon-preview .browser-title {
|
||||
left: 109px;
|
||||
width: 72px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.site-icon-preview .app-icon-preview {
|
||||
@@ -35,3 +37,13 @@
|
||||
width: 64px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.customize-control-site_icon .favicon-preview {
|
||||
float: left;
|
||||
margin-right: 12px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.customize-control-site_icon .app-icon-preview {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user