Improve padding

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Š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

View file

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