Making WordPress.org

Ticket #6145: #6145.patch

File #6145.patch, 577 bytes (added by hilayt24, 4 years ago)

the size reduced to 18px insted of 25px in smaller devices.

  • trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/objects/_inputs.scss

     
    285285        input[type="checkbox"] {
    286286                height: 25px;
    287287                width: 25px;
     288                @media screen and (max-width:782px) {
     289                        height: 18px;
     290                        width: 18px;
     291                }
    288292        }
    289293
    290294        input[type="radio"]:checked:before {