add mention/emoji/channel completion

This commit is contained in:
ouwou
2020-12-20 22:10:45 -05:00
parent c02cfb9dd8
commit 31bef80530
12 changed files with 491 additions and 7 deletions

View File

@@ -121,8 +121,21 @@
color: #cfd8dc;
}
.completer {
background-color: #2c3e50;
padding: 5px;
}
.completer-entry {
color: #cfd8dc;
}
.completer-entry-image {
margin-right: 6px;
}
paned separator {
background:#37474f;
background: #37474f;
}
scrollbar {