diff --git a/data/discord-colors/Custom.css b/data/discord-colors/Custom.css index 75fe495..b05a073 100644 --- a/data/discord-colors/Custom.css +++ b/data/discord-colors/Custom.css @@ -288,5 +288,10 @@ a:hover { } [class^=SwooshWrapper-sc], [class^=Channel__ChannelContent-sc] > * { - animation: customfadein 1.4s forwards; + animation: customfadein 1.0s forwards; } + +/* Quick fix for the emoji picker due to recent changes in Revolt's emoji picker behavior. */ +[data-test-id="virtuoso-item-list"] > [class^=RowContainer-sc] { + flex-wrap: nowrap; +}