Make WordPress Core

Ticket #59253: 59253.2.patch

File 59253.2.patch, 672 bytes (added by shailu25, 3 years ago)

Updated Patch

  • src/wp-content/themes/twentysixteen/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css
    index 0eef6016c3..e57211a935 100644
    a b Description: Used to style blocks in the editor. 
    634634        margin-bottom: 16px;
    635635}
    636636
     637/* Post Author Block  */
     638
     639.editor-styles-wrapper .avatar,
     640.wp-block-post-author__avatar img {
     641  border-radius: 50%;
     642}
     643
    637644/*--------------------------------------------------------------
    6386457.0 Blocks - Colors
    639646--------------------------------------------------------------*/