mirror of https://github.com/zulip/zulip.git
typeaheads: Increase user-circle size.
This commit is contained in:
parent
e400b8097b
commit
c8d3b95994
|
@ -52,13 +52,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.user_circle {
|
.user_circle {
|
||||||
/* 8px at 16px/1em */
|
/* 9px at 16px/1em */
|
||||||
font-size: 0.5em;
|
font-size: 0.5625em;
|
||||||
align-self: center;
|
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 {
|
.typeahead-text-container {
|
||||||
|
|
Loading…
Reference in New Issue