archlinux / archweb

Arch Linux website code
https://archlinux.org
GNU General Public License v2.0
322 stars 129 forks source link

Mobile friendly UI #212

Open jelly opened 5 years ago

jelly commented 5 years ago

Consider working on a responsive layout for archweb where the navbar is collapsed and the main area is focused.

A PR was made for it https://github.com/archlinux/archweb/pull/203 but sadly no follow up was posted.

sarancodes commented 2 years ago

Use a button with class="navbar-toggler", data-toggle="collapse" and data-target="#thetarget"

jdcheek commented 2 years ago

@jelly Is this something you are still wanting done? I started playing around and successfully created a mobile nav menu. The rest would take a pretty big rework, including the page layouts updated from floats to probably flex box. I have the drive to do it, I just don't want to get deep in and no one have the time to go through the PR.