popovers: Allow user card popover elements to scale with font size.

This commit is contained in:
Sayam Samal
2024-07-14 16:43:23 +05:30
committed by Tim Abbott
parent 5853848640
commit 8ca02d8e38

View File

@@ -982,17 +982,21 @@ ul.popover-group-menu-member-list {
}
.popover-menu-user-full-name {
font-size: 18px;
/* 18px at 15px/1em */
font-size: 1.2em;
font-weight: 600;
line-height: 20px;
/* 20px at 18px/1em */
line-height: 1.1111em;
color: var(--color-text-full-name);
word-break: break-word;
}
.popover-menu-user-type {
font-size: 14px;
/* 14px at 15px/1em */
font-size: 0.9333em;
font-weight: 400;
line-height: 16px;
/* 16px at 14px/1em */
line-height: 1.1428em;
color: var(--color-text-item);
}