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: { navBarContent: {
["x-show"]() { ["x-show"]() {
return this.showNavBar || this.$screen("md"); return this.showNavBar || this.$screen("lg");
} }
}, },
navBarThemeContent: { navBarThemeContent: {
["x-show"]() { ["x-show"]() {
return this.showThemePopup || this.$screen("md"); return this.showThemePopup || this.$screen("lg");
} }
}, },
navBarThemeContentSystem: { navBarThemeContentSystem: {

View File

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