[wp-trac] [WordPress Trac] #62819: Twenty Fourteen: Latest Comments block font-size does not change with user settings
WordPress Trac
noreply at wordpress.org
Wed Apr 23 17:54:37 UTC 2025
#62819: Twenty Fourteen: Latest Comments block font-size does not change with user
settings
-------------------------------------+------------------------------
Reporter: nidhidhandhukiya | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-patch needs-testing | Focuses: css
-------------------------------------+------------------------------
Comment (by sabernhardt):
[44144] set the Latest Comments block's elements to 16px for Twenty
Fourteen.
In a widget, the block has been 16px since WordPress 5.8, but the legacy
Latest Comments widget had a smaller font size:
{{{
.widget {
font-size: 14px;
}
@media screen and (min-width: 1008px) {
.footer-sidebar .widget,
.primary-sidebar .widget {
font-size: 12px;
}
}
}}}
[attachment:"62819.2.patch"] adds a ruleset to honor the block's current
default font size of 16px in widgets, not the legacy widget size.
Twenty Thirteen probably could have a similar change to `1em`, including
`.wp-block-latest-comments__comment-date`. Twenty Twelve and Twenty Eleven
seem to need additional adjustments.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62819#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list