Skip to content

Gitlab Mini Joblogs by coderwelsch

Details

Authorcoderwelsch

LicenseNo License

Category.+gitlab.com\/.+\/jobs\/.+

Created

Updated

Size371 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Decreases the font-size of the jobs’ log output to fit better on smaller laptop screens …

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Gitlab Mini Joblogs
@namespace      gitlab.com
@version        1.0.0
@description    Shriks the font-size of the log output
@author         Me
==/UserStyle== */

@-moz-document regexp(".+gitlab.com\\/.+\\/jobs\\/.+") {
    .job-log,
.line-number {
    font-size: 9px !important;
}

.log-line {
    min-height: 0.8rem;
}
}

Reviews

No reviews yet.