Skip to content

twitch-scrollbar by rott

Details

Authorrott

LicenseNo License

Categorytwitch.tv

Created

Updated

Size545 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

change the width of the scrollbar on twitch.tv

Notes

use settings to customize the width

Source code

/* ==UserStyle==
@name           twitch-scrollbar
@description    change the width of the scrollbar on twitch.tv
@namespace      https://rotttt.net
@version        1.0.0
@author         rott-net
@homepageURL    https://github.com/rott-net/twitch/tree/main/twitch-scrollbar#readme
@supportURL     https://github.com/rott-net/twitch/issues
@preprocessor   stylus

@var            text scrollbarWidth "scrollbar-width" 13px
==/UserStyle== */
@-moz-document domain("twitch.tv") {
  .simplebar-scrollbar {
    width: scrollbarWidth !important;
  }
}

Reviews

No reviews yet.