Room header: do not collapse avatar or facepile (#11866)
* Room header: do not collapse avatar or facepile * comment
This commit is contained in:
parent
a3f0633037
commit
2a3fd93afa
2 changed files with 12 additions and 0 deletions
|
@ -83,8 +83,19 @@ limitations under the License.
|
|||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
||||
/* RoomAvatar doesn't pass classes down to avatar
|
||||
So set style here
|
||||
using div because compound classes are not stable */
|
||||
> div {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $primary-content;
|
||||
background: var(--cpd-color-bg-subtle-primary);
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RoomHeader .mx_BaseAvatar {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue