Center align call tile contents

This commit is contained in:
Robert Long 2022-02-14 12:19:54 -08:00
parent 681c24a0ca
commit 742d658021
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,6 @@ import { Link } from "react-router-dom";
import { CopyButton } from "../button";
import { Facepile } from "../Facepile";
import { Avatar } from "../Avatar";
import { ReactComponent as VideoIcon } from "../icons/Video.svg";
import styles from "./CallList.module.css";
import { getRoomUrl } from "../matrix-utils";
import { Body, Caption } from "../typography/Typography";

View file

@ -22,6 +22,8 @@
display: flex;
text-decoration: none;
width: 100%;
height: 100%;
align-items: center;
}
.avatar,