Skip to content

Commit

Permalink
style: add smooth transition
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Oct 31, 2023
1 parent 735d9eb commit 3b33e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sound/sound.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
border-radius: 8px;
background: linear-gradient(var(--color-neutral-100), transparent);
text-align: center;
transition: 0.2s;

&.hidden {
display: none;
Expand Down

0 comments on commit 3b33e09

Please sign in to comment.