Making WordPress.org


Ignore:
Timestamp:
02/17/2023 11:33:29 PM (4 years ago)
Author:
Clorith
Message:

Support Forums: Add some space to the topic report inputs.

This adds some margins over and under input elements in the topic reporting tool, to make it easier to read and use.

Props multidots1896.
Fixes #6299.

File:
1 edited

Legend:

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

    r12145 r12401  
    6464                                        text-decoration: none;
    6565                                }
    66        
     66
    6767                                &:hover {
    6868                                        color: $color__link;
     
    302302                                padding-left: 0;
    303303                        }
    304        
     304
    305305                        @media screen and ( max-width: 480px ) {
    306306                                min-height: auto;
     
    11761176                        width: 100%;
    11771177                        padding: 0.2rem 0.5rem 0.1rem;
    1178                         margin: 0;
     1178                        margin: 5px 0;
    11791179                }
    11801180        }
Note: See TracChangeset for help on using the changeset viewer.