Make avatars scale smoothly during animations

This commit is contained in:
Robin Townsend 2023-01-30 23:43:45 -05:00
commit 0166eb67fb
3 changed files with 11 additions and 1 deletions

View file

@ -18,6 +18,8 @@ limitations under the License.
position: absolute;
top: 0;
will-change: transform, width, height, opacity, box-shadow;
width: var(--tileWidth);
height: var(--tileHeight);
border-radius: 20px;
overflow: hidden;
cursor: pointer;