speed up user info verification css transitions by 2x
This commit is contained in:
parent
c632c72f25
commit
2fb6e73794
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ limitations under the License.
|
||||||
.mx_UserInfo_avatar > div {
|
.mx_UserInfo_avatar > div {
|
||||||
max-width: 30vh;
|
max-width: 30vh;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
transition: 1s;
|
transition: 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserInfo_avatar > div > div {
|
.mx_UserInfo_avatar > div > div {
|
||||||
|
@ -111,7 +111,7 @@ limitations under the License.
|
||||||
// override the calculated sizes so that the letter isn't HUGE
|
// override the calculated sizes so that the letter isn't HUGE
|
||||||
font-size: 56px !important;
|
font-size: 56px !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
transition: font-size 1s;
|
transition: font-size 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserInfo_avatar .mx_BaseAvatar.mx_BaseAvatar_image {
|
.mx_UserInfo_avatar .mx_BaseAvatar.mx_BaseAvatar_image {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue