Making WordPress.org


Ignore:
Timestamp:
07/23/2020 11:04:57 PM (4 years ago)
Author:
coffee2code
Message:

Support theme: Improve responsive styling for user sidebar.

See #4935.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss

    r10094 r10095  
    165165    #bbpress-forums #bbp-your-profile fieldset textarea {
    166166        width: 100%;
     167    }
     168}
     169
     170@media screen and ( max-width: 482px ) {
     171    #bbpress-forums #bbp-single-user-details {
     172        margin-bottom: 20px;
     173        text-align: center;
     174        width: 100%;
     175
     176        #bbp-user-avatar {
     177            width: inherit;
     178        }
    167179    }
    168180}
Note: See TracChangeset for help on using the changeset viewer.