Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
TillFleisch committed Jun 20, 2023
1 parent cbfb80a commit 60c5d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class HuiEnergyPeriodSelector extends SubscribeMixin(LitElement) {
public connectedCallback() {
super.connectedCallback();
if (this.narrow !== false) {
toggleAttribute(this, "narrow", this.offsetWidth < 500);
toggleAttribute(this, "narrow", this.offsetWidth < 600);
}
}

Expand Down

0 comments on commit 60c5d45

Please sign in to comment.