瀏覽代碼

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) {

Loading…
取消
儲存