Make WordPress Core

Ticket #49929: 49929.patch

File 49929.patch, 1.1 KB (added by mukesh27, 5 years ago)

Initial patch.

  • src/wp-content/themes/twentytwenty/style.css

     
    18711871        flex-shrink: 0;
    18721872}
    18731873
     1874@media (max-width: 700px) {
    18741875
     1876        .menu-wrapper {
     1877                width: 100%;
     1878        }
     1879
     1880        button.close-nav-toggle {
     1881                width: calc(100% - 2rem);
     1882        }
     1883}
     1884
    18751885/* Main Menu --------------------------------- */
    18761886
    18771887.modal-menu {
    18781888        position: relative;
    1879         left: calc(50% - 50vw);
    1880         width: 100vw;
     1889        left: auto;
     1890        width: 100%;
    18811891}
    18821892
    18831893.modal-menu li {
     
    19471957
    19481958.modal-menu ul li {
    19491959        border-left-width: 1rem;
     1960        border-left-color: transparent;
    19501961}
    19511962
    19521963.modal-menu ul li a {
     
    49234934                margin-right: 2.1rem;
    49244935        }
    49254936
    4926         .modal-menu {
    4927                 left: auto;
    4928                 width: 100%;
    4929         }
    4930 
    49314937        .modal-menu > li > a,
    49324938        .modal-menu > li > .ancestor-wrapper > a {
    49334939                font-size: 2.4rem;
     
    49344940                padding: 2.5rem 0;
    49354941        }
    49364942
    4937         .modal-menu ul li {
    4938                 border-left-color: transparent;
    4939         }
    4940 
    49414943        .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
    49424944                padding: 0 3rem;
    49434945        }