Ticket #49929: 49929.patch
File 49929.patch, 1.1 KB (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentytwenty/style.css
1871 1871 flex-shrink: 0; 1872 1872 } 1873 1873 1874 @media (max-width: 700px) { 1874 1875 1876 .menu-wrapper { 1877 width: 100%; 1878 } 1879 1880 button.close-nav-toggle { 1881 width: calc(100% - 2rem); 1882 } 1883 } 1884 1875 1885 /* Main Menu --------------------------------- */ 1876 1886 1877 1887 .modal-menu { 1878 1888 position: relative; 1879 left: calc(50% - 50vw);1880 width: 100 vw;1889 left: auto; 1890 width: 100%; 1881 1891 } 1882 1892 1883 1893 .modal-menu li { … … 1947 1957 1948 1958 .modal-menu ul li { 1949 1959 border-left-width: 1rem; 1960 border-left-color: transparent; 1950 1961 } 1951 1962 1952 1963 .modal-menu ul li a { … … 4923 4934 margin-right: 2.1rem; 4924 4935 } 4925 4936 4926 .modal-menu {4927 left: auto;4928 width: 100%;4929 }4930 4931 4937 .modal-menu > li > a, 4932 4938 .modal-menu > li > .ancestor-wrapper > a { 4933 4939 font-size: 2.4rem; … … 4934 4940 padding: 2.5rem 0; 4935 4941 } 4936 4942 4937 .modal-menu ul li {4938 border-left-color: transparent;4939 }4940 4941 4943 .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle { 4942 4944 padding: 0 3rem; 4943 4945 }