Skip to content

Alldata Inspections by DamagedHead

Details

AuthorDamagedHead

LicenseNo License

Categorydamagedhead.alldata

Created

Updated

Code size1.3 kB

Code checksum3cb6fb02

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tweaks to the AllData Web Interface

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           my.alldata.com/inspections/
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         DamagedHead
==/UserStyle== */

@-moz-document url-prefix("https://my.alldata.com/inspections/") {
    .ad-uib-side-nav-bar {
        width: 75px !important;
    }
    .ad-common-side-nav-bar {
        display: block !important;
        width: 75px !important;
        height: 100% !important;
        box-sizing: unset !important;
    }
    .page-content {
        inset: unset !important;
        width: calc( 100% - 75px ) !important;
        height: calc( 100% - 52px ) !important;
        transform: translate( 75px, 52px ) !important;
    }
    .p-component-overlay {
        visibility: hidden !important;
    }
    .line-container {
        height: 35px !important;
        line-height: 35px !important;
    }
    .line-container > .code {
        height: 35px !important;
    }
    .line-container > .description {
        height: 35px !important;
    }
    .line-container > .icon {
        height: 35px !important;
        line-height: 35px !important;
    }
    .accept-img-value > .img-value-container > .right > .details{
        width: 200px !important;
        /*line-height: 15px !important;*/
    }
}

Reviews

No reviews yet.