Make avatars scale smoothly during animations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user