Skip to content

Commit

Permalink
Merge pull request #3030 from vector-im/luke/fix-typing-avatars-align…
Browse files Browse the repository at this point in the history
…ment

Re-position typing avatars relative to "is typing"
  • Loading branch information
dbkr authored Jan 23, 2017
2 parents d907421 + 57126ef commit f025afc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ limitations under the License.

/* position the indicator in the same place horizontally as .mx_EventTile_avatar. */
.mx_RoomStatusBar_indicator {
padding-left: 18px;
padding-left: 17px;
padding-right: 12px;
margin-left: -73px;
margin-top: 13px;
margin-top: 8px;
float: left;
width: 24px;
text-align: center;
Expand Down

0 comments on commit f025afc

Please sign in to comment.