q2a / question2answer

Question2Answer is a free and open source platform for Q&A sites, running on PHP/MySQL.
http://www.question2answer.org/
GNU General Public License v3.0
1.63k stars 627 forks source link

Main Navigation Reorder / Footer Scripts / Plugins' CSS #959

Closed rxchun closed 1 year ago

rxchun commented 1 year ago

Re ordered "Ask a question" and "Admin" links in Main Navigation, so they're displayed at the very top in vertical menus (mobile devices for example).

For horizontal menus (Desktop) a 'floating:right;' can be applied for these menu items, so they're displayed at the far right end, as they were before.

svivian commented 1 year ago

This seems to be mixed in with some unrelated changes. I'm not sure there's a reason to move the navigation items, the ordering seems fine to me. Thanks though.

rxchun commented 1 year ago

Yeah that part can be removed. I thought they would split into different pull requests but got bundled into one together. It makes sense for easier access in vertical menus, like mobile devices, but I guess people can make this reorder on their themes. I've checked the "Allow edits by maintainers" option, but idk if it'll work to just delete that commit/part.

Cheers