Adjust padding and line-height a bit

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

View File

@ -21,7 +21,7 @@ limitations under the License.
justify-content: space-between; justify-content: space-between;
background-color: $dark-panel-bg-color; background-color: $dark-panel-bg-color;
padding: 12px 16px 12px 12px; padding: 10px 16px 12px 10px;
border-radius: 8px; border-radius: 8px;
margin: 10px auto; margin: 10px auto;
max-width: 75%; max-width: 75%;
@ -40,7 +40,7 @@ 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.8rem; line-height: 1.9rem;
} }
.mx_CallEvent_type { .mx_CallEvent_type {