update assets
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: {
|
||||
|
||||
Reference in New Issue
Block a user