mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 17:31:55 +01:00
a41c798835
In addition to all the packages being updated to the latest versions, this commit also includes some mandatory changes to avoid editor breakage: - Update React to to 18.2.0. - Add the right stylesheets to support iframed block editors. Props ntsekouras, mamaduka, flixos90, desrosj, peterwilsoncc. See #57471. Built from https://develop.svn.wordpress.org/trunk@55246 git-svn-id: http://core.svn.wordpress.org/trunk@54779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
44 lines
1.0 KiB
CSS
44 lines
1.0 KiB
CSS
ol.wp-block-latest-comments{
|
|
box-sizing:border-box;
|
|
margin-left:0;
|
|
}
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments{
|
|
padding-left:0;
|
|
}
|
|
|
|
.wp-block-latest-comments__comment{
|
|
line-height:1.1;
|
|
list-style:none;
|
|
margin-bottom:1em;
|
|
}
|
|
.has-avatars .wp-block-latest-comments__comment{
|
|
list-style:none;
|
|
min-height:2.25em;
|
|
}
|
|
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
|
|
margin-left:3.25em;
|
|
}
|
|
.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{
|
|
line-height:1.5;
|
|
}
|
|
|
|
.wp-block-latest-comments__comment-excerpt p{
|
|
font-size:.875em;
|
|
line-height:1.8;
|
|
margin:.36em 0 1.4em;
|
|
}
|
|
|
|
.wp-block-latest-comments__comment-date{
|
|
display:block;
|
|
font-size:.75em;
|
|
}
|
|
|
|
.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{
|
|
border-radius:1.5em;
|
|
display:block;
|
|
float:left;
|
|
height:2.5em;
|
|
margin-right:.75em;
|
|
width:2.5em;
|
|
} |