Fix some spacing and other tiny things

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-24 20:59:15 +02:00
parent 396fd2d012
commit 1f9cd79bcf
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
2 changed files with 26 additions and 15 deletions

View file

@ -106,9 +106,9 @@ export default class IncomingCallToast extends React.Component<IProps, IState> {
width={32}
/>
<div className={contentClass}>
<h1>
<span className="mx_CallEvent_caller">
{ room ? room.name : _t("Unknown caller") }
</h1>
</span>
<div className="mx_CallEvent_type">
<div className="mx_CallEvent_type_icon" />
{ isVoice ? _t("Voice call") : _t("Video call") }