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. Built from https://develop.svn.wordpress.org/trunk@36907 git-svn-id: http://core.svn.wordpress.org/trunk@36875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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