Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
update animation image and location
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Nov 13, 2018
1 parent 734a7ef commit 741e106
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions res/css/views/rooms/_WhoIsTypingTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Binary file added res/img/typing-indicator-2x.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 741e106

Please sign in to comment.