build/styles/block-library/latest-comments
style-rtl.css
1.4 KB
4 months ago
style-rtl.min.css
1.3 KB
4 months ago
style.css
1.4 KB
4 months ago
style.min.css
1.3 KB
4 months ago
style.css in Gutenberg 23.2.0, at build/styles/block-library/latest-comments/style.css
| 1 | :where(.wp-block-latest-comments) { |
| 2 | padding-left: 0; |
| 3 | } |
| 4 | |
| 5 | ol.wp-block-latest-comments { |
| 6 | margin-left: 0; |
| 7 | box-sizing: border-box; |
| 8 | } |
| 9 | |
| 10 | :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) { |
| 11 | line-height: 1.1; |
| 12 | } |
| 13 | |
| 14 | :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) { |
| 15 | line-height: 1.8; |
| 16 | } |
| 17 | |
| 18 | .has-dates :where(.wp-block-latest-comments:not([style*=line-height])), |
| 19 | .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) { |
| 20 | line-height: 1.5; |
| 21 | } |
| 22 | |
| 23 | .wp-block-latest-comments__comment { |
| 24 | list-style: none; |
| 25 | margin-bottom: 1em; |
| 26 | } |
| 27 | .has-avatars .wp-block-latest-comments__comment { |
| 28 | min-height: 2.25em; |
| 29 | list-style: none; |
| 30 | } |
| 31 | .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta, |
| 32 | .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt { |
| 33 | margin-left: 3.25em; |
| 34 | } |
| 35 | |
| 36 | .wp-block-latest-comments__comment-excerpt p { |
| 37 | font-size: 0.875em; |
| 38 | margin: 0.36em 0 1.4em; |
| 39 | } |
| 40 | |
| 41 | .wp-block-latest-comments__comment-date { |
| 42 | display: block; |
| 43 | font-size: 0.75em; |
| 44 | } |
| 45 | |
| 46 | .wp-block-latest-comments .avatar, |
| 47 | .wp-block-latest-comments__comment-avatar { |
| 48 | border-radius: 1.5em; |
| 49 | display: block; |
| 50 | float: left; |
| 51 | height: 2.5em; |
| 52 | margin-right: 0.75em; |
| 53 | width: 2.5em; |
| 54 | } |
| 55 | |
| 56 | .wp-block-latest-comments[style*=font-size] a, |
| 57 | .wp-block-latest-comments[class*=-font-size] a { |
| 58 | font-size: inherit; |
| 59 | } |