Handle missed calls

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-06-01 11:28:45 +02:00
parent 5b3967a486
commit 0785997983
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
3 changed files with 38 additions and 11 deletions

View file

@ -48,5 +48,10 @@ limitations under the License.
.mx_CallEvent_content {
display: flex;
flex-direction: row;
align-items: center;
.mx_CallEvent_content_callBack {
margin-left: 10px; // To match mx_callEvent
}
}
}