Skip to content

Commit

Permalink
Update commons.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
yulmwu committed Nov 4, 2024
1 parent 841c789 commit 6b4204c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -715,16 +715,16 @@ $btn-mb: 0.5rem;
width: 7rem;
height: 7rem;
overflow: hidden;
box-shadow: var(--avatar-border-color) 0 0 0 2px;
transform: translateZ(0); /* fixed the zoom in Safari */
// box-shadow: var(--avatar-border-color) 0 0 0 2px;
// transform: translateZ(0); /* fixed the zoom in Safari */

img {
transition: transform 0.5s;
// img {
// transition: transform 0.5s;

&:hover {
transform: scale(1.2);
}
}
// &:hover {
// transform: scale(1.2);
// }
// }
}

.profile-wrapper {
Expand Down

0 comments on commit 6b4204c

Please sign in to comment.