Skip to content

Commit

Permalink
feat(sidebar): add animation to side-buttons paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
PleahMaCaka committed Nov 2, 2023
1 parent 4ea7110 commit a8615ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/components/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@
padding-top: 10px;
}
.side-buttons p {
animation: opacity 0.5s ease-in-out;
}
.side-bottom {
display: flex;
Expand Down

0 comments on commit a8615ed

Please sign in to comment.