A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Go East, young icon!
-
@slametps replace your rules with
.MMM-NetworkScanner .fa-ul { margin-left: 35px; } .MMM-NetworkScanner .fa-li { left: -35px; text-align: initial; }
-
@strawberry-3.141 said in Go East, young icon!:
.MMM-NetworkScanner .fa-ul {
margin-left: 35px;
}.MMM-NetworkScanner .fa-li {
left: -35px;
text-align: initial;
}Yap, this works. Thx a lot, @strawberry-3-141.
-
How do i change the color of the names?
-
@Kimzer said in Go East, young icon!:
How do i change the color of the names?
In custom.css:
.MMM-NetworkScanner { width: 175px; /* should control width of entire module */ color: #62FF00; /* This may change the color of the icons, too */ }
-
@Mykle1 Figured it out. But thanks ;)