mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Make both have the same baseline
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ffcd79f4a3
commit
eee1294374
2 changed files with 3 additions and 10 deletions
|
@ -14,11 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_SenderProfile_name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.mx_SenderProfile_displayName {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
|
|
@ -140,11 +140,9 @@ export default class SenderProfile extends React.Component<IProps, IState> {
|
|||
return (
|
||||
<div className="mx_SenderProfile" dir="auto" onClick={this.props.onClick}>
|
||||
<div className="mx_SenderProfile_hover">
|
||||
<div className="mx_SenderProfile_name">
|
||||
{ displayNameElement }
|
||||
{ mxidElement }
|
||||
{ flair }
|
||||
</div>
|
||||
{ displayNameElement }
|
||||
{ mxidElement }
|
||||
{ flair }
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue