Making WordPress.org

Ticket #6020: 6020.3.patch

File 6020.3.patch, 2.2 KB (added by viralsampat, 2 years ago)

I have resolved the issue and added the patch.

  • wp-trac.css

     
    20702070
    20712071/* =Responsive / Mobile
    20722072----------------------------------------------- */
    2073 @media (max-width: 960px) {
    2074         #main {
    2075                 overflow-x: auto;
    2076         }
    2077 }
    2078 @media (max-width: 770px) {
    2079         #headline {
    2080                 height: auto;
    2081                 min-height: 62px;
    2082         }
    2083         #headline .menu {
    2084                 clear: both;
    2085                 float: none;
    2086                 text-align: center;
    2087                 font-size: 16px;
    2088         }
    2089         #headline .menu li {
    2090                 padding-left: 5px;
    2091                 padding-right: 5px;
    2092         }
    2093         #banner {
    2094                 position: relative;
    2095                 top: -85px;
    2096                 margin-bottom: -45px;
    2097         }
    2098         form#search {
    2099                 float: none;
    2100                 margin-top: 0;
    2101         }
    2102         #metanav {
    2103                 position: static;
    2104                 top: 0;
    2105                 right: 0;
    2106         }
    2107         .core.trac #mainnav {
    2108                 display: none;
    2109         }
    2110         .newticket-instructions {
    2111                 margin-left: 1em;
    2112                 margin-right: 1em;
    2113         }
    2114         #main .newticket-not-here .support {
    2115                 float: none;
    2116                 min-width: 100%;
    2117         }
    2118         #ticket table.properties img.avatar {
    2119                 margin: 0 .5em 0 0;
    2120         }
    2121         #properties table.trac-properties > tbody > tr > td#focuses {
    2122                 padding-left: 22px;
    2123         }
     2073
     2074@media (max-width: 992px) {
    21242075        body:not(.is-oembed) .listing.tickets th,
    21252076        body:not(.is-oembed) .listing.tickets td {
    21262077                display: block;
     
    22282179        }
    22292180}
    22302181
     2182@media (max-width: 960px) {
     2183        #main {
     2184                overflow-x: auto;
     2185        }
     2186}
     2187@media (max-width: 770px) {
     2188        #headline {
     2189                height: auto;
     2190                min-height: 62px;
     2191        }
     2192        #headline .menu {
     2193                clear: both;
     2194                float: none;
     2195                text-align: center;
     2196                font-size: 16px;
     2197        }
     2198        #headline .menu li {
     2199                padding-left: 5px;
     2200                padding-right: 5px;
     2201        }
     2202        #banner {
     2203                position: relative;
     2204                top: -85px;
     2205                margin-bottom: -45px;
     2206        }
     2207        form#search {
     2208                float: none;
     2209                margin-top: 0;
     2210        }
     2211        #metanav {
     2212                position: static;
     2213                top: 0;
     2214                right: 0;
     2215        }
     2216        .core.trac #mainnav {
     2217                display: none;
     2218        }
     2219        .newticket-instructions {
     2220                margin-left: 1em;
     2221                margin-right: 1em;
     2222        }
     2223        #main .newticket-not-here .support {
     2224                float: none;
     2225                min-width: 100%;
     2226        }
     2227        #ticket table.properties img.avatar {
     2228                margin: 0 .5em 0 0;
     2229        }
     2230        #properties table.trac-properties > tbody > tr > td#focuses {
     2231                padding-left: 22px;
     2232        }
     2233}
     2234
    22312235@media (max-width: 640px) {
    22322236        body {
    22332237                min-width: 1em; /* small value to override previous min-width */