mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-16 03:07:04 +02:00
Delint
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
49ea83edb9
commit
e90ae2ea75
@ -22,8 +22,12 @@ limitations under the License.
|
||||
|
||||
|
||||
@keyframes mx_RoomView_fileDropTarget_animation {
|
||||
from {opacity: 0;}
|
||||
to {opacity: 0.95;}
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 0.95;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RoomView_fileDropTarget {
|
||||
@ -52,8 +56,12 @@ limitations under the License.
|
||||
}
|
||||
|
||||
@keyframes mx_RoomView_fileDropTarget_image_animation {
|
||||
from {width: 0px;}
|
||||
to {width: 32px;}
|
||||
from {
|
||||
width: 0px;
|
||||
}
|
||||
to {
|
||||
width: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RoomView_fileDropTarget_image {
|
||||
|
Loading…
Reference in New Issue
Block a user