Skip to content

Compact Categories by wisp

Details

Authorwisp

LicenseApache 2.0

Categorydiscord.com

Created

Updated

Code size377 B

Code checksumb994c928

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes category top padding to 4px instead of 16px.

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

Reviews

No reviews yet.