Customizing appearance of Dashboard 2 ui-switch

I am displaying 9 switches in 3x3 formation on my phone. The ui places the text to the left of the switch and is left justified. It would look much neater if the text were to the right and left justified or even to the left and right justified. I've tried messing with CSS but not getting anywhere.

Define the following custom CSS in a ui-template node:

.nrdb-switch {
    flex-direction: row-reverse;
}

That will give you:

Screenshot 2024-08-21 at 12.16.32

1 Like

perfect... thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.