Skip to content

Commit

Permalink
Icon fix and User control panel animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisniper committed Jul 7, 2024
1 parent 6c82f1a commit b17475b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
16 changes: 16 additions & 0 deletions Addons/Animations.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,22 @@
animation: activity-anim 200ms ease-in-out both;
}

/* User Profile and conrols animation */
.container_b2ca13 .flex_bba380 {
display: flex;
width: 160px;
justify-content: space-evenly;
}
.container_b2ca13 .avatarWrapper_b2ca13 {
width: 36px;
min-width: 36px;
transition: 200ms ease-in-out;
}
.container_b2ca13 .avatarWrapper_b2ca13:hover, .container_b2ca13 .avatarWrapper_b2ca13[aria-expanded="true"] {
max-width: 120px;
min-width: 120px;
}

/* App directory & App Animation */
.theme-dark .directoryContainer_da3f59 {
animation: fadein-anim 300ms ease-in-out both;
Expand Down
Loading

0 comments on commit b17475b

Please sign in to comment.