Skip to content

Commit

Permalink
feat(style): scaled up emojis should have shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Jul 18, 2023
1 parent 5f6989d commit 249e9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ video > overlay > revealer > controls {

.lww-scale-emoji-hover .lww-emoji:hover {
transform: scale(2);
filter: drop-shadow(0 0 1px #202020);
}

.ttl-poll-row:first-child{
Expand Down

0 comments on commit 249e9cb

Please sign in to comment.