Bug in the default lavender theme on v0.6.1?
-
Downloaded a fresh copy and installed it via ./nodebb setup
I load the homepage for the first time and the content div has the
container
class, I go to the login page and all of the sudden the content div has thecontainer-fluid
class which makes the page 100% in width. Going back to the homepage, now everything is at 100% width.How can I tell NodeBB to run in normal (non-100% width) mode?
-
@orweinberger I was thinking this was something to do with the new Group page layout
-
Should be fixed on lavender 1.0.1, if user didn't have a preference set in localStorage it was defaulting to fluid width whereas the template was starting with fixed width.
default to fixed width if not set in local storage · NodeBB/nodebb-theme-lavender@339e43e
A simple theme for NodeBB. Check out the theming guide that accompanies this work - default to fixed width if not set in local storage · NodeBB/nodebb-theme-lavender@339e43e
GitHub (github.com)