YaleComputerSociety/Yalies-Legacy

Make top header hide behind hamburger menu on small screens

Open

#181 opened on Nov 5, 2022

 (1 comment) (0 reactions) (1 assignee)Python (23 forks)auto 404
enhancementfront-endgood first issuewill be fixed during rewrite

Repository metrics

Stars
 (12 stars)
PR merge metrics
 (PR metrics pending)

Description

I did this recently in https://mebots.io (see most of the relevant code in this file: https://github.com/MeBots/MeBots/blob/master/app/static/css/main.css). It would be nice to hide the top buttons behind a hamburger menu on mobile devices to avoid taking up valuable screen real estate, as most mobile users are probably not looking for anything in the top bar.

Contributor guide