From e72750e239092157d9ff96c9f17eb38415c9c600 Mon Sep 17 00:00:00 2001 From: Feldwor Date: Tue, 14 May 2024 23:08:41 +0300 Subject: [PATCH] fix: update Custom.css (#91) * Update Custom.css * Update Custom.css --- data/discord-colors/Custom.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; +}