typing indicator, mentions + bug fixes

This commit is contained in:
Zoe
2023-01-14 06:37:13 -06:00
parent c39da0678d
commit f1c5537697
23 changed files with 629 additions and 190 deletions

View File

@@ -23,8 +23,7 @@ export default {
transform-origin: bottom center;
}
.dropdown-inverse > ul {
display: flex;
.dropdown-inverse > div > ul {
flex-direction: column-reverse;
}