Skip to content

github commit message column marker by tholex

Screenshot of github commit message column marker

Details

Authortholex

LicenseNo License

Categorygithub

Created

Updated

Code size603 B

Code checksumd5fed6be

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Monospace commit box, with visible 72 char marker. MacOS ("menlo") only.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         github commit message column marker
@version      20220304.19.02
@namespace    userstyles.world/user/tholex
@description  Monospace commit box, with visible 72 char marker. MacOS ("menlo") only.
@author       tholex
@license      No License
==/UserStyle== */

@-moz-document domain("github.com") {
#commit-description-textarea,
#merge_message_field,
#commit-summary-input {
    font-family: "Menlo" !important;
    letter-spacing: normal !important;
    background-image: linear-gradient(to right, transparent 0em, transparent 44.85em, #AA2244 44.85em,#220011 45.5em);
}
}

Reviews

No reviews yet.