[Glitch] Add autosuggestions for hashtags

Port cfb2ed7823 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-07-28 14:37:52 +02:00
committed by ThibG
parent 147e90f35d
commit 3380e96449
6 changed files with 105 additions and 26 deletions

View File

@ -352,6 +352,14 @@
}
}
.autosuggest-hashtag {
justify-content: space-between;
strong {
font-weight: 500;
}
}
& > .account.small {
.display-name {
& > span { color: $lighter-text-color }