From ff2754e33b0e9b10361db12c0fc8133a6b40becf Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Wed, 23 May 2018 09:18:23 -0400 Subject: [PATCH] Convert the navbar menu into a dropdown on mobile This *may* break browsers that support css media types but not javascript. This set appears to include dillo, evergreen browsers with js turned off. One thought on how to fix this is to set is-active on the menu by default, don't include the burger. Add the burger from javascript and remove is-active from the menu. --- brutaldon/templates/base.html | 39 +++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 6073daa..39fa5f5 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -27,9 +27,14 @@ Brutaldon - + -