Make WordPress Core


Ignore:
Timestamp:
10/13/2024 03:41:55 PM (3 months ago)
Author:
karmatosed
Message:

Twenty Nineteen: Fixes adjusting avatar dimensions for comment author.

In Twenty Nineteen r58580 increased size of avatars. This caused issues with the position of author checkbox. This resolves by moving without impacting the avatar blocks.

Props sabernhardt, nithins53, sudipatel007.
Fixes #62096.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss

    r58732 r59222  
    206206        .avatar {
    207207            float: left;
     208            height: calc(2.25 * #{$size__spacing-unit});
    208209            margin-right: $size__spacing-unit;
    209210            position: relative;
     211            width: calc(2.25 * #{$size__spacing-unit});
    210212
    211213            @include media(tablet) {
Note: See TracChangeset for help on using the changeset viewer.