Skip to content

github.com bigger unread UI label/disk. by epilys

Screenshot of github.com bigger unread UI label/disk.

Details

Authorepilys

LicenseCC Zero

Categorygithub.com

Created

Updated

Size314 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the blue disk that indicates unread notifications larger. That's it.

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);
}
}

Reviews

No reviews yet.