Fix some spacing and other tiny things
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
396fd2d012
commit
1f9cd79bcf
2 changed files with 26 additions and 15 deletions
|
@ -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") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue