about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Shared/RoomListItem.razor.css
blob: da22d38cf29c43f72e7c030373ea5e17bb51b5df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*.imageUnloaded {*/
/*    scale: 3;*/
/*    opacity: 0.5;*/
/*    transition: scale 0.5s ease-in-out;*/
/*}*/

.imageLoaded {
    opacity: 1;
    scale: 1;
}