but when I try to specify any single node, it doesn't seem to work, I have tried the following (with and without the !important), checked the node-id several times and tried it on multiple nodes:
ok, so i tried [node-id="415c4c9bd2b631ed"] .value { font-size: 1.5em; }
with of course the ID of the text i need to change:
already had the <font size = 16>{{msg.payload}}
which yes, changed the font to a bigger size..... but i cannot go bigger, and i need one set of number bigger, like almost 1 inch tall on a 7in screen held horizontal....
any ideas?
edit, seems 1-8? is the range of sizes....px and em seem to do nothing
Thank you so much for taking the time to respond @hotNipi - this works perfectly!
Also super nice work with the new gauge you are creating - I am using a number of your nodes in my UI
Are maybe doubling up with your <font size = 16>? You need to use one of the other.
EDIT: I also just tried the solution from @edje11 (in isolation) - this also works fine, but I did see the same limitation that the size/scale seems to be unique and unrelated to any units, also that the effective size is limited to 8, a bigger number results in the same size as 8.
@edje11 thank you very much for sharing the alternative solution - this option also works well and avoids the need for any CSS.
The only limitations are as mentioned by @Crossfire, but for the typical use case I don't think that is a problem.