Making WordPress.org

Ticket #3196: 3196.diff

File 3196.diff, 605 bytes (added by audrasjb, 7 years ago)

Improve forum profile topics and replies list styling on mobile devices - #3196

  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
    index a7e87e4..1f2bc94 100644
    a b a:hover { 
    308308        }
    309309}
    310310
     311@media screen and (max-width: 800px) {
     312        #bbpress-forums .bbp-pagination-links {
     313                margin-top: 5px;
     314                margin-left: 5px;
     315                float: none;
     316        }
     317}
     318
    311319#bbpress-forums #topic-tag h1 {
    312320        clear: both;
    313321        font-size: 1.5625rem;