Add autosuggestions for hashtags (#11422)

このコミットが含まれているのは:
Eugen Rochko
2019-07-28 14:37:52 +02:00
committed by GitHub
コミット cfb2ed7823
6個のファイルの変更107行の追加27行の削除
+10 -1
ファイルの表示
@@ -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;