typeaheads: Increase user-circle size.

This commit is contained in:
Karl Stolley 2024-11-13 15:27:39 -06:00 committed by Tim Abbott
parent a0826167b6
commit ce284a6e89
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 {