mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 09:49:37 +01:00
f535f2889b
Props eliorivero. Fixes #33038. Built from https://develop.svn.wordpress.org/trunk@33332 git-svn-id: http://core.svn.wordpress.org/trunk@33304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
38 lines
735 B
CSS
38 lines
735 B
CSS
/*------------------------------------------------------------------------------
|
|
28.0 - Site Icon
|
|
------------------------------------------------------------------------------*/
|
|
|
|
.site-icon-preview .favicon-preview {
|
|
margin: 5px 0 20px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
max-width: 180px;
|
|
}
|
|
|
|
.site-icon-preview .favicon,
|
|
.site-icon-preview .browser-title {
|
|
height: 16px;
|
|
left: 88px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
top: 16px;
|
|
}
|
|
|
|
.site-icon-preview .favicon {
|
|
width: 16px;
|
|
}
|
|
|
|
.site-icon-preview .browser-title {
|
|
left: 109px;
|
|
}
|
|
|
|
.site-icon-preview .app-icon-preview {
|
|
background-color: #000;
|
|
-webkit-border-radius: 16px;
|
|
border-radius: 16px;
|
|
height: 64px;
|
|
overflow: hidden;
|
|
width: 64px;
|
|
margin-top: 5px;
|
|
}
|