Center align call tile contents
This commit is contained in:
parent
681c24a0ca
commit
742d658021
2 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
display: flex;
|
||||
text-decoration: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.avatar,
|
||||
|
|
Loading…
Add table
Reference in a new issue