mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +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.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_SenderProfile_name {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_SenderProfile_displayName {
|
.mx_SenderProfile_displayName {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
|
@ -140,11 +140,9 @@ export default class SenderProfile extends React.Component<IProps, IState> {
|
||||||
return (
|
return (
|
||||||
<div className="mx_SenderProfile" dir="auto" onClick={this.props.onClick}>
|
<div className="mx_SenderProfile" dir="auto" onClick={this.props.onClick}>
|
||||||
<div className="mx_SenderProfile_hover">
|
<div className="mx_SenderProfile_hover">
|
||||||
<div className="mx_SenderProfile_name">
|
{ displayNameElement }
|
||||||
{ displayNameElement }
|
{ mxidElement }
|
||||||
{ mxidElement }
|
{ flair }
|
||||||
{ flair }
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue