[nodebb-plugin-unresponsive] Unresponsive design
-
The way that NodeBB's responsive design works has irritated some of our users, so we came up with a plugin to allow users to effectively disable it.
The biggest complaint was getting the small / mobile composer view when the browser's window went below ~1000px.
nodebb-plugin-unresponsive
Override NodeBB Responsive Design. Latest version: 0.5.1, last published: 7 years ago. Start using nodebb-plugin-unresponsive in your project by running `npm i nodebb-plugin-unresponsive`. There are no other projects in the npm registry using nodebb-plugin-unresponsive.
npm (www.npmjs.com)
-
@boomzilla said in [nodebb-plugin-unresponsive] Unresponsive design:
Looks like a translator failure
Definitely not, I added a
console.log
increateMenuItem
and the translated text is there. See my second post,innerText
should be fine on FF v45+. -
@julian said in [nodebb-plugin-unresponsive] Unresponsive design:
to downgrade a part of NodeBB
Well, that's in the eye of the beholder.
@NedFodder said in [nodebb-plugin-unresponsive] Unresponsive design:
See my second post, innerText should be fine on FF v45+.
Yeah, but it's apparently nonstandard. I just didn't know any better. Seems like
textContent
is what you're supposed to use.