BadgerCode / emojichat

Adds support for unicode emojis in the Garry's Mod chatbox
MIT License
8 stars 2 forks source link

Chat height should impact suggestion count #6

Closed BadgerCode closed 6 years ago

BadgerCode commented 6 years ago

At smaller resolutions, the chat panel adjusts itself to a smaller size. However, the number of suggestions is fixed at 8. This means that some suggestions are hidden behind the top of the chatbox.

It should be relative to the height of the chatbox.

BadgerCode commented 6 years ago

Fixed in https://github.com/BadgerCode/emojichat-html/pull/9

BadgerCode commented 6 years ago

Fixed in https://github.com/BadgerCode/emojichat/pull/18