You might want to also review this post
https://sudonix.org/topic/389/mongodb-backup-script
Hi Mark
There is a problem with android phones when use nodebb.
Espically chat is very slow and send button is left side not side.
How we can fix it?
@cagatay Add this to your custom CSS
.input-group {
flex-wrap: inherit;
}
@cagatay you should empty the cache on your phone. I’ve just tested on your site and it works fine.
The send button position I’ll fix this morning and provide the css.
@cagatay Add this to your custom CSS
.input-group {
flex-wrap: inherit;
}
thank you fixed.