Fix call tile buttons

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-16 15:30:45 +02:00
parent 65eedd00b0
commit 93fee442e6
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D

View File

@ -144,11 +144,10 @@ limitations under the License.
gap: 8px;
.mx_CallEvent_content_button {
height: 24px;
padding: 0px 12px;
span {
padding: 8px 0;
padding: 1px 0;
display: flex;
align-items: center;
@ -162,6 +161,8 @@ limitations under the License.
width: 16px;
height: 16px;
margin-right: 8px;
flex-shrink: 0;
}
}
}