Increase specificity of latest comments block CSS

This was not always overwriting the default block styles.
This commit is contained in:
Tetrakern 2025-01-07 13:26:28 +01:00
parent 36aac5bd3e
commit 17df19a097
5 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -977,7 +977,7 @@ figure.wp-block-pullquote:where(:not(.no-theme-style)) {
// LATEST COMMENTS // LATEST COMMENTS
// ============================================================================= // =============================================================================
.wp-block-latest-comments:where(:not(.no-theme-style)) { .wp-block-latest-comments:is(:not(.no-theme-style)) {
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
@ -1009,7 +1009,7 @@ figure.wp-block-pullquote:where(:not(.no-theme-style)) {
.wp-block-latest-comments__comment-avatar { .wp-block-latest-comments__comment-avatar {
float: left; float: left;
margin: 3px 8px 4px 0; margin: 3px 8px 3px 0;
border-radius: var(--layout-border-radius-small); border-radius: var(--layout-border-radius-small);
height: 32px; height: 32px;
width: 32px; width: 32px;

View File

@ -711,7 +711,7 @@ body {
// LATEST COMMENTS // LATEST COMMENTS
// ============================================================================= // =============================================================================
.wp-block-latest-comments:where(:not(.no-theme-style)) { .wp-block-latest-comments:is(:not(.no-theme-style)) {
list-style: none; list-style: none;
padding-left: 0 !important; padding-left: 0 !important;
@ -734,7 +734,7 @@ body {
.wp-block-latest-comments__comment-avatar { .wp-block-latest-comments__comment-avatar {
float: left; float: left;
margin: 3px 8px 4px 0; margin: 3px 8px 3px 0;
border-radius: 2px; border-radius: 2px;
height: 32px; height: 32px;
width: 32px; width: 32px;