lonnieezell / forum-example

An in-progress sample forum application built on CodeIgniter 4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revise Layout to present a 2-column layout

lonnieezell opened this issue · comments

Using Flarum's default layout as inspiration, refactor the site to be 2-columns.

Ideally, the smaller column should be on the right by default since that's easier to navigate through for right-handed users. It should also support a site-wide user flag that specifies the user is left-handed, which would move the column to the left. Should be fairly simple with flex layouts.