Add unread badges and avatar decorations to spotlight search (#7696)
This commit is contained in:
parent
30e80aa87d
commit
d72469663d
2 changed files with 11 additions and 6 deletions
|
@ -146,10 +146,12 @@ limitations under the License.
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
.mx_BaseAvatar {
|
||||
.mx_DecoratedRoomAvatar {
|
||||
margin-right: 8px;
|
||||
display: inline-block;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.mx_NotificationBadge {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
&:hover, &[aria-selected=true] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue