Automatically expand checks section
github PRs: expand checks by sbebe
Details
Authorsbebe
LicenseNo License
Categorygithub.com
Created
Updated
Size279 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 github PRs: expand checks
@version 20230702.08.59
@namespace ?
==/UserStyle== */
@-moz-document regexp(".*github.com/.*/pull/.*") {
div.merge-status-list.js-updatable-content-preserve-scroll-position {
max-height: unset !important;
}
}