Making WordPress.org


Ignore:
Timestamp:
06/19/2016 10:47:04 AM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Show plugin banner in full width on small screens.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss

    r3454 r3459  
    149149                border-radius: 2px 0 0 2px;
    150150                @include font-size( ms-unitless( ms(-4) ) );
    151                 width: 10rem;
     151                width: 7rem;
    152152            }
    153153
    154154            .search-field + .button-search {
    155155                display: inline-block;
     156                margin-bottom: 0;
     157            }
     158        }
     159
     160        @media screen and ( min-width: 60em ) {
     161            .search-field {
     162                width: 10rem;
    156163            }
    157164        }
Note: See TracChangeset for help on using the changeset viewer.