textcomplete: return up to 100 items and look for for matches in the entire string (not just the beginning) when suggesting emojis

This commit is contained in:
Mario Vavti
2018-10-22 15:36:02 +02:00
parent 26e20f9999
commit 5c36eef039
2 changed files with 34 additions and 12 deletions

View File

@@ -1474,6 +1474,12 @@ blockquote {
background-color: $item_colour;
}
.textcomplete-dropdown {
max-height: 300px;
max-width: 250px;
overflow: auto;
}
.dropdown-item.active {
color: #fff;
background-color: #007bff;