A userstyle that makes the main scrollbar for the Tumblr dashboard its normal width, rather than the small scrollbar it uses.
Wider Tumblr Scrollbar by xserawrites
Details
Authorxserawrites
LicenseNo License
Categoryhttps://tumblr.com
Created
Updated
Size546 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 Wider Tumblr Scrollbar
@version 20230712.04.51
@namespace userstyles.world/user/xserawrites
@description A userstyle that makes the main scrollbar for the Tumblr dashboard its normal width, rather than the small scrollbar it uses.
@author xserawrites
@license No License
==/UserStyle== */
@-moz-document domain("tumblr.com") {
body, html, .D5eCV, #tumblr, #base-container, #root, .RkANE, .Lq1wm, .yKniX, .l8blt, .DCCfo, .kXP4L {
scrollbar-width:auto;
}
a.x8sYn {
margin-right:15px;
}
}