Making WordPress.org

Ticket #7205: 7205.patch

File 7205.patch, 1.0 KB (added by shailu25, 19 months ago)

Patch Added

  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss
    index c40815dea..c4d3af62d 100644
    a b body.home #page .site-main { 
    340340                font-size: ms( 0 );
    341341                margin: 0 auto;
    342342                max-width: 100%;
    343                 padding: 0.5rem;
     343                padding: .5rem 2rem .5rem .5rem;
    344344                width: ms(28);
    345345        }
    346346
    body.home #page .site-main { 
    378378                        color: $color__text-input;
    379379                        display: block;
    380380                        height: 100%;
    381                         padding: 0.5rem 1rem;
     381                        padding: 0.5rem;
    382382                        position: absolute;
    383383                        right: 0;
    384384                        text-shadow: none;
    body.home #page .site-main { 
    439439        .site-main & .search-field {
    440440                border: 1px solid $color__border-input;
    441441                box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
    442                 padding: 0.5rem;
     442                padding: .5rem 2rem .5rem .5rem;
    443443                width: 100%;
    444444        }
    445445}