diff --git a/fet2020/static/js/vendor.js b/fet2020/static/js/vendor.js index 57458a86..378f5636 100644 --- a/fet2020/static/js/vendor.js +++ b/fet2020/static/js/vendor.js @@ -4136,12 +4136,12 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el); }, navBarContent: { ["x-show"]() { - return this.showNavBar || this.$screen("md"); + return this.showNavBar || this.$screen("lg"); } }, navBarThemeContent: { ["x-show"]() { - return this.showThemePopup || this.$screen("md"); + return this.showThemePopup || this.$screen("lg"); } }, navBarThemeContentSystem: { diff --git a/fet2020/templates/base.html b/fet2020/templates/base.html index 865933d8..cba29985 100644 --- a/fet2020/templates/base.html +++ b/fet2020/templates/base.html @@ -86,7 +86,7 @@ {% endif %} -