GitHub Actions style
GitHub Actions style by nader-hbo
Details
Authornader-hbo
LicenseNo License
CategoryGitHub Actions
Created
Updated
Size497 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 Actions style
@namespace github.com/openstyles/stylus
@version 1.0.0
@description GitHub Actions style
@author Me
==/UserStyle== */
@-moz-document regexp("https://github.com/.*/actions/runs/.*/?") {
.container-xl {
max-width: 100% !important;
}
.ActionListItem-label--truncate {
white-space:normal !important;
}
.PageLayout.PageLayout--paneWidth-wide {
--Layout-pane-width: 35%;
}
}