mirror of https://github.com/vector-im/riot-web
Fix styling a bit
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
85bcf8ed52
commit
5e8df03724
|
@ -29,13 +29,12 @@ limitations under the License.
|
||||||
.mx_CallEvent_content {
|
.mx_CallEvent_content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
margin-right: 10px; // To match mx_CallEvent
|
||||||
.mx_CallEvent_sender {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_CallEvent_type {
|
.mx_CallEvent_type {
|
||||||
|
font-weight: 400;
|
||||||
|
color: gray;
|
||||||
|
line-height: $font-14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,7 @@ export default class CallEvent extends React.Component<IProps> {
|
||||||
height={32}
|
height={32}
|
||||||
/>
|
/>
|
||||||
<div className="mx_CallEvent_content">
|
<div className="mx_CallEvent_content">
|
||||||
<div className="mx_CallEvent_sender">
|
<div>
|
||||||
{sender}
|
{sender}
|
||||||
</div>
|
</div>
|
||||||
<div className="mx_CallEvent_type">
|
<div className="mx_CallEvent_type">
|
||||||
|
|
Loading…
Reference in New Issue