Skip to content

Commit

Permalink
fix: update Custom.css (#91)
Browse files Browse the repository at this point in the history
* Update Custom.css

* Update Custom.css
  • Loading branch information
BoQsc authored May 14, 2024
1 parent 4e6665e commit e72750e
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 e72750e

Please sign in to comment.