Fix the design mistakes and disalignments in the Discord app.
UnShittifyDC by nakkiwi

Details
Authornakkiwi
LicenseCC BY-NC-SA 4.0
Categorydiscord.com
Created
Updated
Code size590 B
Code checksum17fac6b2
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
See the README.
Source code
/* ==UserStyle==
@name UnShittifyDC
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Fix the design mistakes and disalignments in the Discord app.
@author Nak.kiwi
@preprocessor stylus
@var checkbox circle-icons "Round Server Icons" 0
==/UserStyle== */
@-moz-document domain("discord.com") {
@import url('https://mairiosipla.github.io/unshittify-discord/UnShittifySource.theme.css');
if circle-icons == 1 {
@import url('https://mairiosipla.github.io/unshittify-discord/RoundIconsSource.theme.css');
}
}