Skip to content

sufian by sufianStarTrac

Details

AuthorsufianStarTrac

LicenseNo License

Categorygitlab

Created

Updated

Size363 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

fixes gitlabs ui ux failures

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       git.star-trac.de
@version    20240918.18.49
@namespace  ?
==/UserStyle== */

@-moz-document domain("git.star-trac.de") {
.tree-ref-container .tree-ref-holder {
  max-width: 100%;
  width: 100%;
}

.tree-ref-holder + .breadcrumb {
  float:left;
}

.gl-new-dropdown .gl-new-dropdown-panel {
    min-width: 50vw;
    max-width: 75vw;
}
}

Reviews

No reviews yet.