Changes category top padding to 4px instead of 16px.
Compact Categories by wisp
Details
Authorwisp
LicenseApache 2.0
Categorydiscord.com
Created
Updated
Size377 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 Compact Categories
@version 20240919.14.50
@namespace https://userstyles.world/user/Wispborne
@description Changes category top padding to 4px instead of 16px.
@author Wispborne
@license Apache 2.0
==/UserStyle== */
@-moz-document domain("discord.com") {
:root {
--custom-category-channel-space-before-category: 4px;
}
}