Selaa lähdekoodia

Changes to scale animation on avatars

main
Eric Amodio 2 vuotta sitten
vanhempi
commit
9ce6d96d03
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/webviews/apps/shared/components/avatars/avatar-item.ts

+ 1
- 1
src/webviews/apps/shared/components/avatars/avatar-item.ts Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna