Skip to content

GitHub Actions Workflows Widescreen by akaine

Screenshot of GitHub Actions Workflows Widescreen

Details

Authorakaine

LicenseNo License

Categorygithub

Created

Updated

Size664 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

GitHub Actions Workflows view wide screen and properly aligned columns that allow for better view on long workflow names. Dark theme compatible.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           GitHub Actions WideScreen 
@namespace      github.com/openstyles/stylus
@version        1.0.2
@description    GitHub Actions wide screen and properly alligned columns.
@author         akaine
==/UserStyle== */

@-moz-document regexp("https://github.com/.*/actions(\\?.*)?") {
    .container-xl {
        max-width: 100% !important;
    }
    
    .d-table.col-12 > div:first-child {
        width: 100%;
    }
    
    .d-table.col-12 div.text-right {
        margin-left: 10px;
    }
    
    .d-table.col-12 div.d-none .d-md-block {
        width: 130px;
    }

    [title="Start time"] {
        white-space: nowrap;
    }
    
}

Reviews

No reviews yet.