change breakpoint to lg
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user