Increase the default width of the side panel and workflow cards to make job/workflow names more readable.
Action runs wide by Justineo
Details
AuthorJustineo
LicenseNo License
Categorygithub.com
Created
Updated
Code size522 B
Code checksum5808706f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Action runs wide
@namespace github.com/Justineo/github-action-runs-wide
@version 1.0.0
@description Increase the default width of the side panel and workflow cards to make job/workflow names more readable.
@author Justineo
==/UserStyle== */
@-moz-document regexp('https://github\\.com/[^/]+/[^/]+/actions.*') {
.PageLayout.PageLayout--paneWidth-wide {
--Layout-pane-width: 400px;
}
.WorkflowCard.WorkflowCard-group {
width: 540px;
}
}