mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Fix user status display in autocomplete (#18726)
A follow-up to c421dc0b28
This commit is contained in:
@@ -406,6 +406,7 @@ html.composer-open {
|
||||
|
||||
a {
|
||||
@include ellipsis;
|
||||
align-items: center;
|
||||
color: var(--primary-high);
|
||||
display: flex;
|
||||
padding: 5px;
|
||||
@@ -424,17 +425,16 @@ html.composer-open {
|
||||
|
||||
&.username {
|
||||
color: var(--primary);
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
&.name {
|
||||
font-size: var(--font-down-1);
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
.relative-date {
|
||||
font-size: var(--font-down-3);
|
||||
padding-top: 10em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user