Makes columns not unnecessarily wide.
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
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;
}
}