Making WordPress.org

Ticket #4965: 4965.2.patch

File 4965.2.patch, 698 bytes (added by multidots1896, 4 years ago)

Added Css for Nav menu icon size

  • style.css

     
    16891689        }
    16901690        #bb-menu-icon,
    16911691        #mobile-menu-button {
    1692                 display: block;
     1692                display: -webkit-box;
     1693                display: -ms-flexbox;
     1694                display: flex;
     1695                -webkit-box-align: center;
     1696                -ms-flex-align: center;
     1697        align-items: center;
    16931698                position: absolute;
     1699                top: 0;
    16941700                right: 0;
    1695                 padding: 33px 20px 33px 33px;
     1701                padding: 5px 23px;
    16961702                text-decoration: none;
     1703                height: 100%;
     1704                width: 73px;
     1705                -webkit-box-pack: center;
     1706        -ms-flex-pack: center;
     1707        justify-content: center;
    16971708        }
    16981709        #header #nav,
    16991710        #wporg-header #wporg-header-menu {