From 5c36eef0394b47455b66ad913d157bdd32f8004c Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 22 Oct 2018 15:36:02 +0200 Subject: textcomplete: return up to 100 items and look for for matches in the entire string (not just the beginning) when suggesting emojis --- view/theme/redbasic/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4f0658477..489d71735 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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; -- cgit v1.2.3