Adds back the padding after last message, serving as a visual indicator you've reached the bottom of a text channel
Re-add message list bottom padding in Discord by pomelo
Details
Authorpomelo
LicenseNo License
Categorydiscord.com
Created
Updated
Code size426 B
Code checksumaa696cf7
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name discord.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Adds back the padding after last message, serving as a visual indicator you've reached the bottom of a text channel
@author ananas
==/UserStyle== */
@-moz-document domain("discord.com") {
div[class^='scrollerContent'], div[class*='scrollerInner']{
padding-bottom: 10pt;
}
}