user_profile: Use em to scale height of name heading with font size.

This commit is contained in:
evykassirer
2025-02-01 16:47:31 -08:00
committed by Tim Abbott
parent 6789c9d648
commit 678106b1f3

View File

@@ -93,7 +93,7 @@
align-items: center;
gap: 10px;
/* This line-height is to increase the vertical clickable areas on the icons. */
line-height: 28px;
line-height: 1.2727em; /* 28px at 22px font-size at 14px em */
.user-profile-name {
white-space: nowrap;