Merge pull request #6113 from matrix-org/gsouquet/improve-layout-rendering

This commit is contained in:
Germain 2021-06-02 11:41:59 +01:00 committed by GitHub
commit 9d126c51e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 92 additions and 60 deletions

View file

@ -280,6 +280,7 @@ $left-gutter: 64px;
height: $font-14px;
width: $font-14px;
will-change: left, top;
transition:
left var(--transition-short) ease-out,
top var(--transition-standard) ease-out;