Usability fixes for new room header (#11729)
* Usability fixes for new room header * lintfix * Apply padding to both heading and topic * lintfix * comment clarity * Remove title attr
This commit is contained in:
@@ -65,12 +65,10 @@ const FacePile: FC<IProps> = ({
|
||||
);
|
||||
|
||||
const content = (
|
||||
<div className="mx_FacePile">
|
||||
<AccessibleButton kind="link_inline" onClick={props.onClick ?? null}>
|
||||
<AvatarStack>{pileContents}</AvatarStack>
|
||||
{children}
|
||||
</AccessibleButton>
|
||||
</div>
|
||||
<AccessibleButton className="mx_FacePile" kind="link_inline" onClick={props.onClick ?? null}>
|
||||
<AvatarStack>{pileContents}</AvatarStack>
|
||||
{children}
|
||||
</AccessibleButton>
|
||||
);
|
||||
|
||||
return tooltipLabel ? (
|
||||
|
||||
Reference in New Issue
Block a user