change breakpoint to lg

This commit is contained in:
2024-01-23 22:52:41 +00:00
parent c0301d97fe
commit 2eadadc452
2 changed files with 3 additions and 3 deletions

View File

@@ -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: {

View File

@@ -86,7 +86,7 @@
{% endif %}
<!-- NAVBAR -->
<nav class="navBar-md" x-data="navBar">
<nav class="navBar-lg" x-data="navBar">
<div>
{% if request.user.is_authenticated %}
<button class="searchbar-toggle"