1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Merge pull request #6079 from matrix-org/gsouquet/switch-rooms

This commit is contained in:
Germain
2021-06-03 08:44:01 +01:00
committed by GitHub
16 changed files with 184 additions and 171 deletions

View File

@ -239,6 +239,7 @@ hr.mx_RoomView_myReadMarker {
position: relative;
top: -1px;
z-index: 1;
will-change: width;
transition: width 400ms easeinsine 1s, opacity 400ms easeinsine 1s;
width: 99%;
opacity: 1;