Improve padding

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-06-18 16:14:54 +02:00
parent a781d6f128
commit 9b6195317e
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 3 additions and 2 deletions

View File

@ -40,14 +40,15 @@ limitations under the License.
.mx_CallEvent_sender { .mx_CallEvent_sender {
font-weight: 600; font-weight: 600;
font-size: 1.5rem; font-size: 1.5rem;
line-height: 1.9rem; line-height: 1.8rem;
margin-bottom: 3px;
} }
.mx_CallEvent_type { .mx_CallEvent_type {
font-weight: 400; font-weight: 400;
color: $secondary-fg-color; color: $secondary-fg-color;
font-size: 1.2rem; font-size: 1.2rem;
line-height: 1.5rem; line-height: $font-13px;
display: flex; display: flex;
align-items: center; align-items: center;