Fixes the layout of the commit status page
git status check webpage prettify by Enmk
Details
AuthorEnmk
LicenseNo License
Categorygithub.com
Created
Updated
Size417 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 git status check webpage prettify
@version 20231102.15.02
@namespace ?
==/UserStyle== */
@-moz-document regexp("https://github.com/.*/commit/.*/status-details") {
div.merge-status-item > div {
display: inline-block;
}
.octicon.color-fg-danger path {
fill: red;
}
.octicon.color-fg-success path {
fill: green;
}
.octicon.hx_dot-fill-pending-icon {
fill: orange;
}
}