소스 검색

Changes to scale animation on avatars

main
Eric Amodio 2 년 전
부모
커밋
9ce6d96d03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/webviews/apps/shared/components/avatars/avatar-item.ts

+ 1
- 1
src/webviews/apps/shared/components/avatars/avatar-item.ts 파일 보기

@ -26,7 +26,7 @@ const styles = css`
}
:host(:hover) {
transform: translateY(-0.2em);
transform: scale(1.2);
}
:host(:focus-visible) {

불러오는 중...
취소
저장