Makes the blue disk that indicates unread notifications larger. That's it.
github.com bigger unread UI label/disk. by epilys
Details
Authorepilys
LicenseCC Zero
Categorygithub.com
Created
Updated
Size314 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 unread_label_indicator
@version 20230826.07.14
@namespace ?
==/UserStyle== */
@-moz-document url("github.com") {
.AppHeader .AppHeader-button.AppHeader-button--hasIndicator::before {
width: var(--base-size-20, 15px);
height: var(--base-size-20, 15px);
}
}