Skip to content

Sidebar and scrollbar edition by thomasbnt

Details

Authorthomasbnt

LicenseNo License

Categorygithub

Created

Updated

Size646 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Better sidebar and scrollbar on GitHub.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Sidebar and scrollbar edition
@namespace      github.com/thomasbnt
@version        1.0.0
@description    Better sidebar and scrollbar on GitHub.
@author         Thomas Bnt
==/UserStyle== */
@-moz-document domain("github.com") {
	.feed-left-sidebar {
		--feed-sidebar: 60vh;
	}

	::-webkit-scrollbar {
		cursor: pointer;
		width: 5px;
		height: 8px;
	}

	::-webkit-scrollbar-track {
		background: transparent;
	}

	::-webkit-scrollbar-thumb {
		background: var(--codeMirror-gutterMarker-fgColor-muted);
	}

	::-webkit-scrollbar-thumb:hover {
		background: var(--bgColor-emphasis);
	}
}

Reviews

No reviews yet.