Making WordPress.org

Changeset 11905


Ignore:
Timestamp:
06/07/2022 05:45:00 AM (3 years ago)
Author:
dd32
Message:

Trac: Increase the resonsive rules for tables to full width.

Props nidhidhandhukiya.
Fixes #6020.

Location:
sites/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r11904 r11905  
    55
    66<?python
    7     scripts_version = '200'
     7    scripts_version = '201'
    88    project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0]
    99    wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/'
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r11803 r11905  
    20542054/* =Responsive / Mobile
    20552055----------------------------------------------- */
    2056 @media (max-width: 770px) {
     2056@media (max-width: 960px) {
    20572057    #main {
    20582058        overflow-x: auto;
    20592059    }
     2060}
     2061@media (max-width: 770px) {
    20602062    #headline {
    20612063        height: auto;
Note: See TracChangeset for help on using the changeset viewer.