diff --git a/src/dialogs/more-info/controls/more-info-light.ts b/src/dialogs/more-info/controls/more-info-light.ts
index 783506a762..daf66fc3f2 100644
--- a/src/dialogs/more-info/controls/more-info-light.ts
+++ b/src/dialogs/more-info/controls/more-info-light.ts
@@ -126,7 +126,6 @@ class MoreInfoLight extends LitElement {
@change=${this._ctSliderChanged}
pin
>
-
`
: ""}
${supportsColor && (!supportsTemp || this._mode === "color")
@@ -147,72 +146,66 @@ class MoreInfoLight extends LitElement {
class="segmentationButton"
>
-
- ${
- supportsRgbw || supportsRgbww
- ? html``
+ : ""}
+ ${supportsRgbw
+ ? html`
+ `
- : ""
- }
- ${
- supportsRgbw
- ? html`
-
- `
- : ""
- }
- ${
- supportsRgbww
- ? html`
-
-
- `
- : ""
- }
-
+ >
+ `
+ : ""}
+ ${supportsRgbww
+ ? html`
+
+
+ `
+ : ""}
`
: ""}
${supportsFeature(this.stateObj, SUPPORT_EFFECT) &&
this.stateObj!.attributes.effect_list?.length
? html`
+