Read the statement by Michael Teeuw here.
Posts made by iorifly
-
RE: organization of the text next to the icon.
@doubleT said in organization of the text next to the icon.:
.module.MMM-homeassistant-sensors table {
border-spacing: 0;
}nothing happened. This is the same way. He did not create the lines.
-
RE: organization of the text next to the icon.
Let me see if I got it. I need to change the custom.css file. Where is it located?
in the css folder. I only have the main.css file
-
RE: organization of the text next to the icon.
@doubleT said in organization of the text next to the icon.:
newCell = newrow.insertCell(1);
newCell.className = “align-left”;
newText = document.createTextNode(name);
newCell.appendChild(newText);alignment resolved. Can I now create lines to separate groups? Or is it impossible?
-
RE: organization of the text next to the icon.
I will try to locate this code.
in which module file do I look for it?
-
RE: organization of the text next to the icon.
Thanks! I’m in no hurry. Even because it took me a long time to get here. sdetweil helped me extremely.
Thank you very much for all your support! sensational you !!!.
-
RE: organization of the text next to the icon.
I also wanted to put lines
Like the ones I set as an example. I actually want white line like the one under “Home assistant”
https://imgur.com/sx9Muq2 -
RE: organization of the text next to the icon.
I actually want it that way. See how the text is perfectly aligned to the icon.
-
RE: organization of the text next to the icon.
I will send another photo. with the module positioned to the left of the screen.