mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 12:58:53 +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 {
|
.mx_RoomStatusBar_typingIndicatorAvatars {
|
||||||
width: 24px;
|
width: 52px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomStatusBar_typingIndicatorAvatars .mx_BaseAvatar {
|
.mx_RoomStatusBar_typingIndicatorAvatars .mx_BaseAvatar {
|
||||||
margin-right: -12px;
|
margin-right: -12px;
|
||||||
|
border:1px solid $primary-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomStatusBar_typingIndicatorRemaining {
|
.mx_RoomStatusBar_typingIndicatorRemaining {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #acacac;
|
color: #acacac;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
|
border:1px solid $primary-bg-color;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
|
Loading…
Reference in a new issue