Skip to content

platea wide contents by jrbot

Details

Authorjrbot

LicenseNo License

Categoryplatea.ujaen.es

Created

Updated

Code size1.3 kB

Code checksumddf25747

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Improve view contents and usability

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           platea.ujaen.es
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Improve view contents and usability
@author         jrbalsas@ujaen.es
==/UserStyle== */
@-moz-document url-prefix("https://platea.ujaen.es") {

    /*Improve browser area use*/
    
    /*Enlarge header width*/
    .header-maxwidth {
        max-width: 100%;
    }

    /*Enlarge */
    .pagelayout-standard #page.drawers .main-inner,
    body #page.drawers .main-inner,
    body.limitedwidth #page.drawers .main-inner {
        max-width: 100%;
    }

    #page.drawers {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    /*Enlarge footer width*/
    .pagelayout-standard #page.drawers .footer-popover,
    body #page.drawers .footer-popover,
    body.limitedwidth #page.drawers .footer-popover {
        max-width: 100%;
    }

    /*Show scrollbars always*/
    .no-overflow {
        /* overflow: auto; */
        overflow: visible;
    }

    /* Enlarge details of activity grade*/
    .path-mod-assign [data-region="review-panel"].collapsed + [data-region="grade-panel"] [data-region="grade"],
    .path-mod-assign [data-region="grade-panel"].fullwidth [data-region="grade"] {
        /* max-width: 800px; */
        max-width: 100%;
    }
}

Reviews

No reviews yet.