Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat direction from top to bottom #23

Open
TheRealDadbeard opened this issue Feb 14, 2022 · 2 comments
Open

Chat direction from top to bottom #23

TheRealDadbeard opened this issue Feb 14, 2022 · 2 comments

Comments

@TheRealDadbeard
Copy link

Right now the chat starts at the bottom. Would be nice if we could reverse it so it starts at the top.

@arrowgent
Copy link

hmm... script.js might be possible to reverse the chat_container append

might even be as simple as replacing append == prepend

$('#chat_container').append(lines);

some testing would be required to see if this is true

@kurodz
Copy link

kurodz commented Oct 12, 2023

Need This too please 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants