mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
update animation image and location
This commit is contained in:
parent
734a7ef6c8
commit
741e106565
2 changed files with 6 additions and 13 deletions
|
@ -60,20 +60,13 @@ limitations under the License.
|
|||
color: $eventtile-meta-color;
|
||||
}
|
||||
|
||||
.mx_WhoIsTypingTile_label > span:after {
|
||||
background-image: url('../../img/spinner.gif');
|
||||
background-size: 16px;
|
||||
background-position: right;
|
||||
.mx_WhoIsTypingTile_label > span {
|
||||
background-image: url('../../img/typing-indicator-2x.gif');
|
||||
background-size: 25px;
|
||||
background-position: left bottom;
|
||||
background-repeat: no-repeat;
|
||||
right: 0px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
margin-left: 10px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
content: "";
|
||||
padding-bottom: 15px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mx_MatrixChat_useCompactLayout {
|
||||
|
|
BIN
res/img/typing-indicator-2x.gif
Normal file
BIN
res/img/typing-indicator-2x.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Loading…
Reference in a new issue