Skip to content

ladok.se by dbosk

Details

Authordbosk

LicenseNo License

Categorystart.ladok.se

Created

Updated

Size492 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes columns not unnecessarily wide.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ladok.se - 29/11/2022, 13:15:31
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("start.ladok.se") {
    .kolumn-benamning-bred {
        min-width: 200px;
    }
    .kolumn-betyg {
        min-width: 80px;
    }
    .kolumn-tillstand {
        min-width: 100px;
    }
    .kolumn-anvandarnamn {
        min-width: 80px;
        width: auto;
    }
}

Reviews

No reviews yet.