From 30e8375dfb5c7d380d14c1747b6955eb7058ad94 Mon Sep 17 00:00:00 2001 From: Feldwor Date: Tue, 14 May 2024 21:52:35 +0300 Subject: [PATCH 1/2] 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..a7702f1 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"] > .RowContainer-sc-1c6g74-5.euVwBi { + flex-wrap: nowrap; +} From c80f3163993557cb6d856604c78124640491533d Mon Sep 17 00:00:00 2001 From: Feldwor Date: Tue, 14 May 2024 21:59:50 +0300 Subject: [PATCH 2/2] Update Custom.css --- data/discord-colors/Custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/discord-colors/Custom.css b/data/discord-colors/Custom.css index a7702f1..b05a073 100644 --- a/data/discord-colors/Custom.css +++ b/data/discord-colors/Custom.css @@ -292,6 +292,6 @@ a:hover { } /* Quick fix for the emoji picker due to recent changes in Revolt's emoji picker behavior. */ -[data-test-id="virtuoso-item-list"] > .RowContainer-sc-1c6g74-5.euVwBi { +[data-test-id="virtuoso-item-list"] > [class^=RowContainer-sc] { flex-wrap: nowrap; }