Make WordPress Core

Ticket #59285: 59285.diff

File 59285.diff, 788 bytes (added by sarath.ar, 3 years ago)
  • src/wp-content/themes/twentynineteen/style-editor.scss

    From 14b6b58d555928e7f7f161a2537d2a14c46b1711 Mon Sep 17 00:00:00 2001
    From: Sarath A R <sarath@awsm.in>
    Date: Thu, 5 Oct 2023 17:08:54 +0530
    Subject: [PATCH] Fixes #59285
    
    ---
     src/wp-content/themes/twentynineteen/style-editor.scss | 5 +++++
     1 file changed, 5 insertions(+)
    
    diff --git a/src/wp-content/themes/twentynineteen/style-editor.scss b/src/wp-content/themes/twentynineteen/style-editor.scss
    index 7b0df5f0af..aa715e3365 100644
    a b $group-block-background__padding: $font__size_base; 
    10201020                width: 100%;
    10211021        }
    10221022}
     1023
     1024/* Post Author Block  */
     1025.wp-block-post-author__avatar img {
     1026        border-radius: 100%;
     1027}
     1028 No newline at end of file