Add autosuggestions for hashtags (#11422)

This commit is contained in:
Eugen Rochko
2019-07-28 14:37:52 +02:00
committed by GitHub
parent 15de24a425
commit cfb2ed7823
6 changed files with 107 additions and 27 deletions

View File

@ -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;