typeaheads: Increase user-circle size.

This commit is contained in:
Karl Stolley 2024-11-13 15:27:39 -06:00
parent e400b8097b
commit c8d3b95994
No known key found for this signature in database
GPG Key ID: DB405205CD28EF88
1 changed files with 2 additions and 6 deletions

View File

@ -52,13 +52,9 @@
}
.user_circle {
/* 8px at 16px/1em */
font-size: 0.5em;
/* 9px at 16px/1em */
font-size: 0.5625em;
align-self: center;
/* TODO: Revisit the use of flebox on these
typeahead lines to make this fiddly adjustment
unnecessary. */
margin-right: 1px;
}
.typeahead-text-container {