You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
@ -22,8 +22,12 @@ limitations under the License.
|
|||||||
|
|
||||||
|
|
||||||
@keyframes mx_RoomView_fileDropTarget_animation {
|
@keyframes mx_RoomView_fileDropTarget_animation {
|
||||||
from {opacity: 0;}
|
from {
|
||||||
to {opacity: 0.95;}
|
opacity: 0;
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
opacity: 0.95;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_fileDropTarget {
|
.mx_RoomView_fileDropTarget {
|
||||||
@ -52,8 +56,12 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
@keyframes mx_RoomView_fileDropTarget_image_animation {
|
@keyframes mx_RoomView_fileDropTarget_image_animation {
|
||||||
from {width: 0px;}
|
from {
|
||||||
to {width: 32px;}
|
width: 0px;
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
width: 32px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_fileDropTarget_image {
|
.mx_RoomView_fileDropTarget_image {
|
||||||
|
Reference in New Issue
Block a user