@Panda said in Upgrade to NodeBB v3? 2BB or not 2BB, that is the question!:
So although thats a plugin it has Widget like element and stopped working on the Theme change
Which is normal based on the widgets being reset when you change themes.
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.