Make WordPress Core

Ticket #46949: 46949.diff

File 46949.diff, 1.0 KB (added by subrataemfluence, 6 years ago)

Proposed patch.

  • wp-admin/css/site-health.css

    diff --git a/wp-admin/css/site-health.css b/wp-admin/css/site-health.css
    index 75d6574..22ec1a9 100755
    a b  
    310310        font-weight: 600;
    311311}
    312312
     313@media screen and (min-width: 384px) and (max-width: 768px) {
     314    .health-check-accordion-trigger .title {
     315        display: block;
     316        pointer-events: none;
     317        font-weight: 600;
     318        text-align: center;
     319    }
     320}
     321
    313322.health-check-accordion-trigger .icon,
    314323.site-health-view-passed .icon {
    315324        border: solid #555D66;
     
    331340        margin: 0 2rem 0 0.5rem;
    332341}
    333342
     343@media screen and (min-width: 384px) and (max-width: 768px) {
     344    .health-check-accordion-trigger .badge {
     345        float: none;
     346        display: block;
     347        width: max-content;
     348        padding: 0.25rem 0.5rem 0.25rem;
     349        color: #32373C;
     350        font-weight: 600;
     351        margin: .4rem auto;
     352        text-align: center;
     353    }
     354}
     355
    334356.health-check-accordion-trigger .badge.blue {
    335357        border: 1px solid #BFE7F3;
    336358}