1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Fix formatting

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-02-26 08:11:58 +01:00
parent 1a7f9091b4
commit f0c26846c7

View File

@ -42,8 +42,8 @@ limitations under the License.
} }
@keyframes mx_RoomView_fileDropTarget_image_animation { @keyframes mx_RoomView_fileDropTarget_image_animation {
from {width: 0px;} from {width: 0px;}
to {width: 32px;} to {width: 32px;}
} }
.mx_RoomView_fileDropTarget_image { .mx_RoomView_fileDropTarget_image {