Procházet zdrojové kódy

Changes to scale animation on avatars

main
Eric Amodio před 2 roky
rodič
revize
9ce6d96d03
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/webviews/apps/shared/components/avatars/avatar-item.ts

+ 1
- 1
src/webviews/apps/shared/components/avatars/avatar-item.ts Zobrazit soubor

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

Načítá se…
Zrušit
Uložit