Skip to content

Commit

Permalink
Merge branch 'revoltchat:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
theycallhermax authored May 24, 2024
2 parents dae6f2f + e72750e commit 4a57da9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/discord-colors/Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 4a57da9

Please sign in to comment.