Make WordPress Core

Ticket #59285: 59285.2.patch

File 59285.2.patch, 553 bytes (added by shailu25, 3 years ago)

Updated Patch

  • src/wp-content/themes/twentynineteen/style-editor.scss

    diff --git a/src/wp-content/themes/twentynineteen/style-editor.scss b/src/wp-content/themes/twentynineteen/style-editor.scss
    index 2c129c809a..50a7b0c679 100644
    a b $group-block-background__padding: $font__size_base; 
    10201020                width: 100%;
    10211021        }
    10221022}
     1023
     1024/* Post Author Block  */
     1025.editor-styles-wrapper {
     1026
     1027        & .avatar,
     1028        & .wp-block-post-author__avatar img {
     1029          border-radius: 50%;
     1030        }
     1031       
     1032}
     1033 No newline at end of file