Increase the max height of the mention suggestion to 4.5 mentions instead of 3

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-01-10 09:26:11 +01:00
Родитель 60acb45a33
Коммит c5619be74e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -114,6 +114,12 @@
max-width: unset;
}
// Override max height to show 4.5 mentions to make clear you can scroll for more options
.atwho-ul {
// (padding top: 6 + avatar height: 32 + padding bottom: 6) * visible mentions: 4.5
max-height: 198px;
}
// Override autocompletion panel items height, as they are too short
// for the avatars and also need some padding.
.atwho-li {