mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
Add bg-color border to typing avatars
This commit is contained in:
parent
789c7b60cc
commit
956deca844
1 changed files with 3 additions and 1 deletions
|
@ -71,18 +71,20 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomStatusBar_typingIndicatorAvatars {
|
||||
width: 24px;
|
||||
width: 52px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.mx_RoomStatusBar_typingIndicatorAvatars .mx_BaseAvatar {
|
||||
margin-right: -12px;
|
||||
border:1px solid $primary-bg-color;
|
||||
}
|
||||
|
||||
.mx_RoomStatusBar_typingIndicatorRemaining {
|
||||
display: inline-block;
|
||||
color: #acacac;
|
||||
background-color: #ddd;
|
||||
border:1px solid $primary-bg-color;
|
||||
border-radius: 40px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
|
Loading…
Reference in a new issue