From 53d099a55c59dcf5fc363d6457a15a8b03a48c01 Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Mon, 29 Jan 2024 21:43:49 +0000 Subject: [PATCH] update assets --- assets/js/vendor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/vendor.js b/assets/js/vendor.js index 57458a86..378f5636 100644 --- a/assets/js/vendor.js +++ b/assets/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: {