diff --git a/src/c3nav/editor/static/editor/css/editor.css b/src/c3nav/editor/static/editor/css/editor.css index 89b43077..eb7d2b83 100644 --- a/src/c3nav/editor/static/editor/css/editor.css +++ b/src/c3nav/editor/static/editor/css/editor.css @@ -128,8 +128,8 @@ legend { margin-right:8px; } -#response_switch { - display:none; +#responsive_switch { + display:none !important; } @media (max-width: 767px) { diff --git a/src/c3nav/editor/templates/editor/map.html b/src/c3nav/editor/templates/editor/map.html index 4f4cca86..00bbdd42 100644 --- a/src/c3nav/editor/templates/editor/map.html +++ b/src/c3nav/editor/templates/editor/map.html @@ -1,7 +1,7 @@ {% extends 'editor/base.html' %} {% load static %} {% block addnav %} -