Add autosuggestions for hashtags (#11422)
This commit is contained in:
parent
15de24a425
commit
cfb2ed7823
6 changed files with 107 additions and 27 deletions
|
@ -445,7 +445,8 @@
|
|||
}
|
||||
|
||||
.autosuggest-account,
|
||||
.autosuggest-emoji {
|
||||
.autosuggest-emoji,
|
||||
.autosuggest-hashtag {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
@ -454,6 +455,14 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.autosuggest-hashtag {
|
||||
justify-content: space-between;
|
||||
|
||||
strong {
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
.autosuggest-account-icon,
|
||||
.autosuggest-emoji img {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue