Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/panels/config/zha/zha-cluster-attributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,7 @@ export class ZHAClusterAttributes extends LitElement {
}

ha-card {
margin: 0 auto;
max-width: 600px;
max-width: 680px;
}

.card-actions.warning ha-call-service-button {
Expand Down Expand Up @@ -308,6 +307,7 @@ export class ZHAClusterAttributes extends LitElement {
float: right;
top: -6px;
right: 0;
padding-right: 0px;
color: var(--primary-color);
}

Expand Down
4 changes: 2 additions & 2 deletions src/panels/config/zha/zha-cluster-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ export class ZHAClusterCommands extends LitElement {
}

ha-card {
margin: 0 auto;
max-width: 600px;
max-width: 680px;
}

.card-actions.warning ha-call-service-button {
Expand Down Expand Up @@ -253,6 +252,7 @@ export class ZHAClusterCommands extends LitElement {
float: right;
top: -6px;
right: 0;
padding-right: 0px;
color: var(--primary-color);
}

Expand Down
4 changes: 2 additions & 2 deletions src/panels/config/zha/zha-clusters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ export class ZHAClusters extends LitElement {
}

ha-card {
margin: 0 auto;
max-width: 600px;
max-width: 680px;
}

.node-picker {
Expand All @@ -161,6 +160,7 @@ export class ZHAClusters extends LitElement {
float: right;
top: -6px;
right: 0;
padding-right: 0px;
color: var(--primary-color);
}

Expand Down
4 changes: 2 additions & 2 deletions src/panels/config/zha/zha-device-binding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ export class ZHADeviceBindingControl extends LitElement {
}

ha-card {
margin: 0 auto;
max-width: 600px;
max-width: 680px;
}

.card-actions.warning ha-call-service-button {
Expand Down Expand Up @@ -188,6 +187,7 @@ export class ZHADeviceBindingControl extends LitElement {
float: right;
top: -6px;
right: 0;
padding-right: 0px;
color: var(--primary-color);
}

Expand Down
4 changes: 2 additions & 2 deletions src/panels/config/zha/zha-group-binding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ export class ZHAGroupBindingControl extends LitElement {
}

ha-card {
margin: 0 auto;
max-width: 600px;
max-width: 680px;
}

.card-actions.warning ha-call-service-button {
Expand Down Expand Up @@ -298,6 +297,7 @@ export class ZHAGroupBindingControl extends LitElement {
float: right;
top: -6px;
right: 0;
padding-right: 0px;
color: var(--primary-color);
}

Expand Down
4 changes: 2 additions & 2 deletions src/panels/config/zha/zha-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ export class ZHANode extends LitElement {
}

.content {
max-width: 600px;
margin: 0 auto;
max-width: 680px;
}

.card {
Expand All @@ -123,6 +122,7 @@ export class ZHANode extends LitElement {
float: right;
top: 6px;
right: 0;
padding-right: 0px;
color: var(--primary-color);
}
`,
Expand Down