Add live voice broadcast indicator to user menu (#9590)
This commit is contained in:
parent
c3de8cbe6b
commit
ef548a4843
7 changed files with 191 additions and 4 deletions
|
@ -30,6 +30,20 @@ limitations under the License.
|
|||
pointer-events: none; /* makes the avatar non-draggable */
|
||||
}
|
||||
}
|
||||
|
||||
.mx_UserMenu_userAvatarLive {
|
||||
align-items: center;
|
||||
background-color: $alert;
|
||||
border-radius: 6px;
|
||||
color: $live-badge-color;
|
||||
display: flex;
|
||||
height: 12px;
|
||||
justify-content: center;
|
||||
left: 25px;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
width: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_UserMenu_name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue