From 2eadadc452f900c64330f1bbbbb37446dc0ae50c Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Tue, 23 Jan 2024 22:52:41 +0000 Subject: [PATCH] change breakpoint to lg --- fet2020/static/js/vendor.js | 4 ++-- fet2020/templates/base.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %} -